Ticket #23770: patch-daemon.c.diff
File patch-daemon.c.diff, 332 bytes (added by tomldavis@…, 15 years ago) |
---|
-
daemon.c
old new 163 163 enum 164 164 { 165 165 /* generic actions */ 166 ARG_LOG_FILE, 167 166 ARG_LOG_FILE=1, // popt on the Mac doesn't like these to start with zero (TLD) 167 ARG_QUIETER, 168 168 ARG_LOUDER, 169 169 ARG_LOG_LEVEL, 170 170