6a5ece9184
Corrects the looping package-creation bug in the Citadel package. Also fixes a bug which stopped FreeBSD 5.0 builds.
9 lines
241 B
Text
9 lines
241 B
Text
--- 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
|