diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-24 12:03:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-24 12:03:00 +0000 |
commit | 750856b474df27ca9254d05f28b45fcc629dd068 (patch) | |
tree | 6e71ea116c0382c65d983b55ea519b5fd540ab4a | |
parent | edf55c7a6d6f32b9e91e55a77c9a146db43caaac (diff) |
Notes
-rw-r--r-- | sysutils/xfce4-battery-plugin/files/patch-panel-plugin::apmlib.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::apmlib.c b/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::apmlib.c deleted file mode 100644 index 43870a2a3c35..000000000000 --- a/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::apmlib.c +++ /dev/null @@ -1,18 +0,0 @@ ---- panel-plugin/apmlib.c.orig Thu Jul 31 09:34:47 2003 -+++ panel-plugin/apmlib.c Thu Jul 31 09:18:25 2003 -@@ -18,6 +18,9 @@ - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - */ -+ -+#if defined(__linux__) -+ - #include <stdio.h> - #include <stdlib.h> - #include <unistd.h> -@@ -463,3 +466,5 @@ - - return buffer; - } -+ -+#endif |