diff options
Diffstat (limited to 'net/rp-pppoe/patches/patch-ag')
-rw-r--r-- | net/rp-pppoe/patches/patch-ag | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/rp-pppoe/patches/patch-ag b/net/rp-pppoe/patches/patch-ag new file mode 100644 index 00000000000..d1128db605c --- /dev/null +++ b/net/rp-pppoe/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.1 2002/10/09 08:30:43 tron Exp $ + +--- common.c.orig Mon Jul 8 16:38:24 2002 ++++ common.c Tue Oct 8 16:56:44 2002 +@@ -18,7 +18,9 @@ + static char const RCSID[] = + "$Id: patch-ag,v 1.1 2002/10/09 08:30:43 tron Exp $"; + /* For vsnprintf prototype */ ++#ifndef __NetBSD__ + #define _ISOC99_SOURCE 1 ++#endif + + #include "pppoe.h" + |