12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
$OpenBSD: patch-log_c,v 1.1 2010/05/24 22:03:21 espie Exp $
|
|
--- log.c.orig Fri Aug 3 23:05:05 2007
|
|
+++ log.c Tue May 25 00:02:36 2010
|
|
@@ -32,6 +32,7 @@
|
|
|
|
#include "poppassd.h"
|
|
|
|
+#define debug debug_static
|
|
static int debug;
|
|
|
|
void logit(int, const char *, ...);
|