summaryrefslogtreecommitdiff
path: root/x11/gnome-core/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-core/patches/patch-ab')
-rw-r--r--x11/gnome-core/patches/patch-ab28
1 files changed, 17 insertions, 11 deletions
diff --git a/x11/gnome-core/patches/patch-ab b/x11/gnome-core/patches/patch-ab
index af1136aa38b..ab1dd18571b 100644
--- a/x11/gnome-core/patches/patch-ab
+++ b/x11/gnome-core/patches/patch-ab
@@ -1,16 +1,22 @@
-$NetBSD: patch-ab,v 1.2 1999/03/16 22:29:11 tron Exp $
+$NetBSD: patch-ab,v 1.3 1999/10/23 11:01:44 tron Exp $
---- applets/modemlights/modemlights.h.orig Fri Mar 12 03:50:10 1999
-+++ applets/modemlights/modemlights.h Tue Mar 16 19:25:48 1999
-@@ -25,6 +25,11 @@
+--- applets/modemlights/modemlights.h.orig Tue Aug 24 21:41:17 1999
++++ applets/modemlights/modemlights.h Sat Oct 23 12:30:25 1999
+@@ -14,6 +14,8 @@
+ #include <time.h>
+ #include <net/if.h>
- #include <net/ppp_defs.h>
-
-+#ifdef __NetBSD__
-+# include <net/if_pppvar.h>
-+# include <net/if_ppp.h>
-+#endif /* __NetBSD__ */
++#include <net/ppp_defs.h>
+
+ #if defined(__OpenBSD__) || defined(__NetBSD__)
+ # include <net/bpf.h>
+ # include <net/if_pppvar.h>
+@@ -23,8 +25,6 @@
+ #ifdef __FreeBSD__
+ # include <net/if_ppp.h>
+ #endif /* __FreeBSD__ */
+-
+-#include <net/ppp_defs.h>
+
#include <gnome.h>
#include <applet-widget.h>
-