Module Name: src
Committed By: mrg
Date: Thu Sep 9 04:41:49 UTC 2010
Modified Files:
src/libexec/httpd: bozohttpd.h
Log Message:
fix another compile error if NO_DAEMON_MODE is defined. also from rudolf.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/libexec/httpd/bozohttpd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/bozohttpd.h
diff -u src/libexec/httpd/bozohttpd.h:1.15 src/libexec/httpd/bozohttpd.h:1.16
--- src/libexec/httpd/bozohttpd.h:1.15 Wed Sep 8 00:47:44 2010
+++ src/libexec/httpd/bozohttpd.h Thu Sep 9 04:41:49 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: bozohttpd.h,v 1.15 2010/09/08 00:47:44 mrg Exp $ */
+/* $NetBSD: bozohttpd.h,v 1.16 2010/09/09 04:41:49 mrg Exp $ */
/* $eterna: bozohttpd.h,v 1.35 2010/06/17 00:49:30 mrg Exp $ */
@@ -238,7 +238,7 @@
#ifdef NO_DAEMON_MODE
#define bozo_daemon_init(x) /* nothing */
#define bozo_daemon_fork(x) 0
-#define bozo_daemon_closefds() /* nothing */
+#define bozo_daemon_closefds(x) /* nothing */
#else
void bozo_daemon_init(bozohttpd_t *);
int bozo_daemon_fork(bozohttpd_t *);