diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-08-03 13:58:59 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-08-03 13:58:59 +0000 |
commit | c84266ea6e2c982458f75954d4e8d9606d4c4d7c (patch) | |
tree | 29c59ff5cf6c20d5292923eae49c98dc940775e4 /net/openntpd/files/patch-log.c | |
parent | b83e598b9e2684f611af85d47f063c31a1e9df3b (diff) |
Notes
Diffstat (limited to 'net/openntpd/files/patch-log.c')
-rw-r--r-- | net/openntpd/files/patch-log.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net/openntpd/files/patch-log.c b/net/openntpd/files/patch-log.c index 95cb3fbb0f51..3cd0f2e443ed 100644 --- a/net/openntpd/files/patch-log.c +++ b/net/openntpd/files/patch-log.c @@ -1,9 +1,7 @@ - $FreeBSD$ - ---- log.c.orig -+++ log.c -@@ -28,6 +28,10 @@ +--- log.c.orig 2007-08-22 23:04:30.000000000 +0200 ++++ log.c 2009-08-01 22:08:01.000000000 +0200 +@@ -26,6 +26,10 @@ #include "ntpd.h" @@ -12,9 +10,9 @@ $FreeBSD$ +#endif + int debug; + extern int debugsyslog; - void logit(int, const char *, ...); -@@ -40,7 +44,7 @@ +@@ -39,7 +43,7 @@ log_init(int n_debug) debug = n_debug; if (!debug) |