diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-14 10:02:06 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-14 10:02:06 +0800 |
commit | 86821d7fc79aa23987f8dd27687576facee600d2 (patch) | |
tree | db904acb37eb673dd4fc108e2491d59bda35c3e3 /sysutils/gnome-control-center3/files | |
parent | 28eb523b8df86034e06865509978f398c541e135 (diff) | |
download | marcuscom-ports-86821d7fc79aa23987f8dd27687576facee600d2.tar marcuscom-ports-86821d7fc79aa23987f8dd27687576facee600d2.tar.gz marcuscom-ports-86821d7fc79aa23987f8dd27687576facee600d2.tar.bz2 marcuscom-ports-86821d7fc79aa23987f8dd27687576facee600d2.tar.lz marcuscom-ports-86821d7fc79aa23987f8dd27687576facee600d2.tar.xz marcuscom-ports-86821d7fc79aa23987f8dd27687576facee600d2.tar.zst marcuscom-ports-86821d7fc79aa23987f8dd27687576facee600d2.zip |
Forgot to remove this patch.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16926 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-control-center3/files')
-rw-r--r-- | sysutils/gnome-control-center3/files/patch-panels_info_cc-info-panel.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/gnome-control-center3/files/patch-panels_info_cc-info-panel.c b/sysutils/gnome-control-center3/files/patch-panels_info_cc-info-panel.c deleted file mode 100644 index 736466217..000000000 --- a/sysutils/gnome-control-center3/files/patch-panels_info_cc-info-panel.c +++ /dev/null @@ -1,15 +0,0 @@ ---- panels/info/cc-info-panel.c.orig 2011-08-29 16:08:11.000000000 +0200 -+++ panels/info/cc-info-panel.c 2011-09-17 14:35:53.000000000 +0200 -@@ -23,7 +23,12 @@ - - #include "cc-info-panel.h" - -+#ifdef __linux__ - #include <sys/vfs.h> -+#else -+#include <sys/param.h> -+#include <sys/mount.h> -+#endif - #include <polkit/polkit.h> - - #include <glib.h> |