From e5272074c9bf554fa9f24a97899de584b1c127c2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 22 Jul 2003 22:15:21 +0000 Subject: eliminate DOSTATIC, DODEBUG, etc and name them sensibly --- sysklogd/syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysklogd/syslogd.c') diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 89f8d60ca..67324116d 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c @@ -408,7 +408,7 @@ static void domark(int sig) } } -/* 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) { -- cgit v1.2.3