summaryrefslogtreecommitdiffstats
path: root/ppp-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ppp-includes.patch')
-rw-r--r--ppp-includes.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/ppp-includes.patch b/ppp-includes.patch
deleted file mode 100644
index a3056c8..0000000
--- a/ppp-includes.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up gnome-applets-2.19.0/modemlights/modemlights.c.includes gnome-applets-2.19.0/modemlights/modemlights.c
---- gnome-applets-2.19.0/modemlights/modemlights.c.includes 2007-07-30 18:05:02.000000000 -0400
-+++ gnome-applets-2.19.0/modemlights/modemlights.c 2007-07-30 18:05:13.000000000 -0400
-@@ -41,6 +41,8 @@
- #endif
-
- #ifdef __linux__
-+#define aligned_u64 unsigned long long __attribute__((aligned(8)))
-+#include <linux/types.h>
- #include <linux/if_ppp.h>
- #include <sys/ioctl.h>
- #include <sys/types.h>