revert bogus commits
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1275 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -328,9 +328,7 @@ out:
|
||||
/**************************************/
|
||||
/* 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)
|
||||
|
@@ -29,12 +29,6 @@
|
||||
|
||||
#include "nm-device.h"
|
||||
|
||||
/* define the kernel types until mii.h and ethtool.h are fixed */
|
||||
#define u64 __u64
|
||||
#define u32 __u32
|
||||
#define u16 __u16
|
||||
#define u8 __u8
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define NM_TYPE_DEVICE_802_3_ETHERNET (nm_device_802_3_ethernet_get_type ())
|
||||
|
@@ -30,7 +30,7 @@
|
||||
#include <linux/types.h>
|
||||
#include <linux/netlink.h>
|
||||
#include <linux/rtnetlink.h>
|
||||
#include <net/if.h>
|
||||
#include <linux/if.h>
|
||||
#include <linux/unistd.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
Reference in New Issue
Block a user