openbsd-ports/sysutils/openpoppassd/patches/patch-log_c

12 lines
267 B
Plaintext
Raw Normal View History

2010-05-24 18:03:21 -04:00
$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 *, ...);