summaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD.apm.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD.apm.c')
-rw-r--r--x11/kdebase4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD.apm.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/kdebase4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD.apm.c b/x11/kdebase4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD.apm.c
deleted file mode 100644
index aa623966039f..000000000000
--- a/x11/kdebase4-runtime/files/patch-ksysguard-ksysguardd-FreeBSD.apm.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- ksysguard/ksysguardd/FreeBSD/apm.c.orig Sat May 4 16:53:10 2002
-+++ ksysguard/ksysguardd/FreeBSD/apm.c Sat May 4 16:53:42 2002
-@@ -18,7 +18,7 @@
-
- $Id: apm.c,v 1.2 2001/09/18 14:03:53 tokoe Exp $
- */
--
-+#ifdef __i386__
- #include <fcntl.h>
- #include <machine/apm_bios.h>
- #include <stdio.h>
-@@ -96,3 +96,4 @@
- {
- fprintf(CurrentClient, "Remaining battery time\t0\t0\tmin\n");
- }
-+#endif /* __i386__ */