about summary refs log tree commit diff
path: root/debian/patches/04-if_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/04-if_fix.patch')
-rw-r--r--debian/patches/04-if_fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/patches/04-if_fix.patch b/debian/patches/04-if_fix.patch
deleted file mode 100644
index ca0b1574..00000000
--- a/debian/patches/04-if_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/nm-device-802-3-ethernet.c	2006-05-13 21:06:05.000000000 +0200
-+++ src/nm-device-802-3-ethernet.c.new	2006-08-13 22:34:56.000000000 +0200
-@@ -376,7 +376,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)