about summary refs log tree commit diff
path: root/debian/patches/04-if_fix.patch
diff options
context:
space:
mode:
authorMichael Biebl <biebl@teco.edu>2006-04-01 13:31:41 +0000
committerMichael Biebl <biebl@teco.edu>2006-04-01 13:31:41 +0000
commit15792ef7e8756e253133524a47e255c65cd6e768 (patch)
treea79ef79600fb5971738a8ae6703227da85ac87dc /debian/patches/04-if_fix.patch
parent573354e6c4a37cb9de06a29eb2ad4d01889c87d6 (diff)
Apply an ordering for the packages and choose better names where applicable.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@775 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/patches/04-if_fix.patch')
-rw-r--r--debian/patches/04-if_fix.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/04-if_fix.patch b/debian/patches/04-if_fix.patch
new file mode 100644
index 00000000..b5667c53
--- /dev/null
+++ b/debian/patches/04-if_fix.patch
@@ -0,0 +1,17 @@
+Index: src/nm-device-802-3-ethernet.c
+===================================================================
+RCS file: /cvs/gnome/NetworkManager/src/nm-device-802-3-ethernet.c,v
+retrieving revision 1.3
+diff -u -r1.3 nm-device-802-3-ethernet.c
+--- src/nm-device-802-3-ethernet.c	3 Jan 2006 17:47:38 -0000	1.3
++++ src/nm-device-802-3-ethernet.c	4 Jan 2006 17:13:33 -0000
+@@ -328,7 +328,9 @@
+ /**************************************/
+ /*    MII capability detection        */
+ /**************************************/
++#define _LINUX_IF_H
+ #include <linux/mii.h>
++#undef _LINUX_IF_H
+ 
+ static int
+ mdio_read (NMDevice8023Ethernet *self, NMSock *sk, struct ifreq *ifr, int location)