summaryrefslogtreecommitdiff
path: root/net/rp-pppoe/patches/patch-ag
blob: 84bf58f064e856b815cdb257c5888e4fa4fa2aa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ag,v 1.2 2002/10/09 13:38:21 tron Exp $

--- common.c.orig	Mon Jul  8 16:38:24 2002
+++ common.c	Tue Oct  8 16:56:44 2002
@@ -20,5 +20,7 @@
 /* For vsnprintf prototype */
+#ifndef __NetBSD__
 #define _ISOC99_SOURCE 1
+#endif
 
 #include "pppoe.h"