projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8539667
)
Fix bug in accepting buffer size argument
author
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 21 Jul 2004 13:06:30 +0000
(13:06 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 21 Jul 2004 13:06:30 +0000
(13:06 -0000)
sysklogd/syslogd.c
patch
|
blob
|
history
diff --git
a/sysklogd/syslogd.c
b/sysklogd/syslogd.c
index 01f27408bd73c59fe74dabdb1c2fc0549fb1fe36..8534c0ad0ea3b2e85ca865ba1ea01e8b96bb2622 100644
(file)
--- a/
sysklogd/syslogd.c
+++ b/
sysklogd/syslogd.c
@@
-631,7
+631,7
@@
extern int syslogd_main(int argc, char **argv)
char *p;
/* do normal option parsing */
- while ((opt = getopt(argc, argv, "m:nO:s:Sb:R:LC:
:
")) > 0) {
+ while ((opt = getopt(argc, argv, "m:nO:s:Sb:R:LC:")) > 0) {
switch (opt) {
case 'm':
MarkInterval = atoi(optarg) * 60;