summaryrefslogtreecommitdiff
path: root/x11/gnome-applets/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-applets/patches/patch-ab')
-rw-r--r--x11/gnome-applets/patches/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/gnome-applets/patches/patch-ab b/x11/gnome-applets/patches/patch-ab
deleted file mode 100644
index 01834021d3e..00000000000
--- a/x11/gnome-applets/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2000/07/30 08:08:13 jlam Exp $
-
---- battery/read-battery.h.orig Fri Feb 11 11:27:56 2000
-+++ battery/read-battery.h Sun Jul 30 02:24:50 2000
-@@ -18,6 +18,11 @@
- #include <fcntl.h>
- #include <machine/apm_bios.h>
- #define APMDEV "/dev/apm"
-+#elif __NetBSD__ && defined(NETBSD_APM)
-+#include <fcntl.h>
-+#include <sys/ioctl.h>
-+#include <machine/apmvar.h>
-+#define APMDEV "/dev/apm"
- #endif
-
- /* Prototypes */