pkgsrc/net/rp-pppoe/patches/patch-ag

10 lines
257 B
Text

$NetBSD: patch-ag,v 1.3 2004/01/27 13:29:43 grant Exp $
--- common.c.orig 2002-07-09 00:38:24.000000000 +1000
+++ common.c
@@ -20,3 +20,5 @@ static char const RCSID[] =
/* For vsnprintf prototype */
+#ifndef __NetBSD__
#define _ISOC99_SOURCE 1
+#endif