Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd fix another compile error if NO_DAEMON_MODE is...



details:   https://anonhg.NetBSD.org/src/rev/74aecd1d521c
branches:  trunk
changeset: 757641:74aecd1d521c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Sep 09 04:41:49 2010 +0000

description:
fix another compile error if NO_DAEMON_MODE is defined.  also from rudolf.

diffstat:

 libexec/httpd/bozohttpd.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c9d81b898288 -r 74aecd1d521c libexec/httpd/bozohttpd.h
--- a/libexec/httpd/bozohttpd.h Thu Sep 09 03:24:57 2010 +0000
+++ b/libexec/httpd/bozohttpd.h Thu Sep 09 04:41:49 2010 +0000
@@ -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 *);



Home | Main Index | Thread Index | Old Index