freebsd-ports/net/citadel/files/patch-am
Edwin Groothuis 6a5ece9184 Fix for port net/citadel
Corrects the looping package-creation bug in the Citadel package.
	Also fixes a bug which stopped FreeBSD 5.0 builds.
2003-09-03 23:19:38 +00:00

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