Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/networking/libiproute/iplink.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1178 by niro, Wed Aug 18 21:56:57 2010 UTC revision 1179 by niro, Wed Dec 15 21:33:41 2010 UTC
# Line 15  Line 15 
15  #include "rt_names.h"  #include "rt_names.h"
16  #include "utils.h"  #include "utils.h"
17    
18    #ifndef IFLA_LINKINFO
19    # define IFLA_LINKINFO 18
20    # define IFLA_INFO_KIND 1
21    #endif
22    
23  /* taken from linux/sockios.h */  /* taken from linux/sockios.h */
24  #define SIOCSIFNAME 0x8923 /* set interface name */  #define SIOCSIFNAME 0x8923 /* set interface name */
25    

Legend:
Removed from v.1178  
changed lines
  Added in v.1179