diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-22 22:15:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-22 22:15:21 +0000 |
commit | e5272074c9bf554fa9f24a97899de584b1c127c2 (patch) | |
tree | b2cb25c7af226c471111fd04f14e7502f41b1155 /sysklogd/syslogd.c | |
parent | 20c9f1e5e7290c7d22bdf4217e66b9d75e9e73df (diff) | |
download | busybox-w32-e5272074c9bf554fa9f24a97899de584b1c127c2.tar.gz busybox-w32-e5272074c9bf554fa9f24a97899de584b1c127c2.tar.bz2 busybox-w32-e5272074c9bf554fa9f24a97899de584b1c127c2.zip |
eliminate DOSTATIC, DODEBUG, etc and name them sensibly
Diffstat (limited to 'sysklogd/syslogd.c')
-rw-r--r-- | sysklogd/syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
408 | } | 408 | } |
409 | } | 409 | } |
410 | 410 | ||
411 | /* This must be a #define, since when DODEBUG and BUFFERS_GO_IN_BSS are | 411 | /* This must be a #define, since when CONFIG_DEBUG and BUFFERS_GO_IN_BSS are |
412 | * enabled, we otherwise get a "storage size isn't constant error. */ | 412 | * enabled, we otherwise get a "storage size isn't constant error. */ |
413 | static int serveConnection(char *tmpbuf, int n_read) | 413 | static int serveConnection(char *tmpbuf, int n_read) |
414 | { | 414 | { |