openbsd-ports/x11/kdebase/patches/patch-ah
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

11 lines
238 B
Plaintext

--- kdm/session.c.orig Tue Sep 29 18:44:21 1998
+++ kdm/session.c Sun Feb 21 13:48:56 1999
@@ -50,6 +50,7 @@
#include <pwd.h>
#include <grp.h>
#include <sys/types.h>
+#include <sys/param.h>
#ifdef AIXV3
# include <usersec.h>
#endif