Source-Changes-HG archive

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

[src/trunk]: src/libexec/httpd fix a compile error if NO_DIRINDEX_SUPPORT is ...



details:   https://anonhg.NetBSD.org/src/rev/d617745ab415
branches:  trunk
changeset: 757620:d617745ab415
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Sep 08 00:47:44 2010 +0000

description:
fix a compile error if NO_DIRINDEX_SUPPORT is defined.  from rudolf.

diffstat:

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

diffs (18 lines):

diff -r 753cf8d7d5ff -r d617745ab415 libexec/httpd/bozohttpd.h
--- a/libexec/httpd/bozohttpd.h Tue Sep 07 21:32:03 2010 +0000
+++ b/libexec/httpd/bozohttpd.h Wed Sep 08 00:47:44 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bozohttpd.h,v 1.14 2010/06/17 19:43:30 mrg Exp $       */
+/*     $NetBSD: bozohttpd.h,v 1.15 2010/09/08 00:47:44 mrg Exp $       */
 
 /*     $eterna: bozohttpd.h,v 1.35 2010/06/17 00:49:30 mrg Exp $       */
 
@@ -256,7 +256,7 @@
 
 /* dir-index-bozo.c */
 #ifdef NO_DIRINDEX_SUPPORT
-#define bozo_dir_index(a, b, c, d)             0
+#define bozo_dir_index(a, b, c)                                0
 #else
 int    bozo_dir_index(bozo_httpreq_t *, const char *, int);
 #endif /* NO_DIRINDEX_SUPPORT */



Home | Main Index | Thread Index | Old Index