summaryrefslogtreecommitdiff
path: root/net/citadel/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/citadel/files')
-rw-r--r--net/citadel/files/patch-ah43
-rw-r--r--net/citadel/files/patch-am9
2 files changed, 34 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>
diff --git a/net/citadel/files/patch-am b/net/citadel/files/patch-am
new file mode 100644
index 000000000000..0af108b95261
--- /dev/null
+++ b/net/citadel/files/patch-am
@@ -0,0 +1,9 @@
+--- sysdep_decls.h.orig Sun Mar 30 22:59:49 2003
++++ sysdep_decls.h Sun Mar 30 23:00:41 2003
+@@ -24,4 +24,6 @@
+ void CtdlRedirectOutput(FILE *fp, int sock);
+
+ extern int num_sessions;
++#ifndef __SYSDEP_C__
+ extern int time_to_die;
++#endif