brad 5f26ea2048 - add in pre-build warning message about possible memory exhaustion
durring compile and where to look for info on raising soft memory limit
- make use of EGCS
- fix a few patches that were backwards
- add in a few missing patches
- mark broken because kdelibs will not compile at the moment
1999-06-15 20:44:37 +00:00

12 lines
277 B
Plaintext

--- kcheckpass/kcheckpass.c.orig Tue Jun 1 21:54:15 1999
+++ kcheckpass/kcheckpass.c Wed Jun 2 00:40:04 1999
@@ -53,7 +53,7 @@
#include <syslog.h>
#include <memory.h>
-#ifndef __FreeBSD__
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
#include <malloc.h>
#endif