diff options
Diffstat (limited to 'net/citadel/files/patch-ah')
-rw-r--r-- | net/citadel/files/patch-ah | 43 |
1 files changed, 25 insertions, 18 deletions
diff --git a/net/citadel/files/patch-ah b/net/citadel/files/patch-ah index db2f34a3be62..70093277d1c5 100644 --- a/net/citadel/files/patch-ah +++ b/net/citadel/files/patch-ah @@ -1,18 +1,25 @@ -*** sysdep.c.orig Tue Sep 5 14:35:25 2000 ---- sysdep.c Wed Jun 13 09:32:44 2001 -*************** -*** 35,42 **** ---- 35,47 ---- - #include <stdarg.h> - #include <syslog.h> - #include <grp.h> -+ #if (defined(__unix__) || defined(unix)) && !defined(USG) -+ #include <sys/param.h> -+ #endif -+ #if !defined(BSD) - #ifdef __GNUC__ - #include <malloc.h> -+ #endif - #endif - #ifdef HAVE_PTHREAD_H - #include <pthread.h> +--- sysdep.c.orig Mon Jul 2 23:07:09 2001 ++++ sysdep.c Sun Mar 30 23:00:56 2003 +@@ -12,7 +12,7 @@ + * + */ + +- ++#define __SYSDEP_C__ + #include "sysdep.h" + #include <stdlib.h> + #include <unistd.h> +@@ -46,8 +46,13 @@ + #include <stdarg.h> + #include <syslog.h> + #include <grp.h> ++#if (defined(__unix__) || defined(unix)) && !defined(USG) ++#include <sys/param.h> ++#endif ++#if !defined(BSD) + #ifdef __GNUC__ + #include <malloc.h> ++#endif + #endif + #ifdef HAVE_PTHREAD_H + #include <pthread.h> |