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
12 lines
277 B
Plaintext
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
|
|
|