summaryrefslogtreecommitdiff
path: root/import-layers/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff')
-rw-r--r--import-layers/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/import-layers/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff b/import-layers/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff
deleted file mode 100644
index a75067a108..0000000000
--- a/import-layers/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Fix FTBFS with gcc-4.7
- Small header include change. This is borderlinde cosmetic, but still needed
- to prevent the FTBFS.
-Author: Paul Tagliamonte <paultag@ubuntu.com>
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/667418
-Last-Update: 2012-04-13
-
---- wvstreams-4.6.1.orig/utils/wvuid.cc
-+++ wvstreams-4.6.1/utils/wvuid.cc
-@@ -33,6 +33,7 @@ wvuid_t wvgetuid()
-
- #else // not WIN32
-
-+#include <unistd.h>
-
- WvString wv_username_from_uid(wvuid_t uid)
- {