[BusyBox-cvs] busybox/sysklogd syslogd.c,1.98,1.99

Erik Andersen andersen at busybox.net
Tue Jul 22 22:15:25 UTC 2003


Update of /var/cvs/busybox/sysklogd
In directory winder:/tmp/cvs-serv4949/sysklogd

Modified Files:
	syslogd.c 
Log Message:
eliminate DOSTATIC, DODEBUG, etc and name them sensibly


Index: syslogd.c
===================================================================
RCS file: /var/cvs/busybox/sysklogd/syslogd.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- syslogd.c	22 Jul 2003 08:56:54 -0000	1.98
+++ syslogd.c	22 Jul 2003 22:15:21 -0000	1.99
@@ -408,7 +408,7 @@
 	}
 }
 
-/* This must be a #define, since when DODEBUG and BUFFERS_GO_IN_BSS are
+/* This must be a #define, since when CONFIG_DEBUG and BUFFERS_GO_IN_BSS are
  * enabled, we otherwise get a "storage size isn't constant error. */
 static int serveConnection(char *tmpbuf, int n_read)
 {




More information about the busybox-cvs mailing list