aboutsummaryrefslogtreecommitdiff
path: root/net/citadel/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'net/citadel/files/patch-ah')
-rw-r--r--net/citadel/files/patch-ah18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/citadel/files/patch-ah b/net/citadel/files/patch-ah
new file mode 100644
index 000000000000..db2f34a3be62
--- /dev/null
+++ b/net/citadel/files/patch-ah
@@ -0,0 +1,18 @@
+*** 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>