about summary refs log tree commit diff
path: root/debian/patches/04-if_fix.patch
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2008-04-03 00:10:34 +0000
committerMichael Biebl <biebl@debian.org>2008-04-03 00:10:34 +0000
commit4b7b208fc9bbf2f1476c15f817bc4d89b8e45a31 (patch)
tree207839af34398803a7121ac600786bb718c3ba82 /debian/patches/04-if_fix.patch
parent13a4c904828864b472ba0a8b87a02340e7f7048b (diff)
* New upstream release. (Closes: #470197)
  - Ensure dbus errors are properly initialised. (Closes: #471317)
* Removed patches
  - debian/patches/04-if_fix.patch (obsolete)
  - debian/patches/11-man_page_sh_name.patch (merged upstream)
  - debian/patches/12_readme_format.patch (merged upstream)
  - debian/patches/20-stable_branch_updates_r2652.patch (merged upstream)
  - debian/patches/21-endianess_fix_r2754.patch (merged upstream)
  - debian/patches/22-fix_vpn_ftbfs_dont_disable_gnome_deprecated.patch
    (merged upstream)
  - debian/patches/23-rfkill_return_type.patch (fixed upstream)
  - debian/patches/24-get_mode_fix_r3122.patch (merged upstream)
  - debian/patches/25-libnl_unique_pid_r3155.patch (merged upstream)
  - debian/patches/26-libnl_1.0-pre8_r3206.patch (merged upstream)
  - debian/patches/27-dont_repeat_errors.patch (merged upstream)

git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2153 ceb527fc-18e6-0310-9fe2-813c157c29e7
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)