Skip to content

Commit

Permalink
ipv6 addrconf: Remove IFA_GLOBAL definition from include/net/if_inet6.h.
Browse files Browse the repository at this point in the history
This patches removes IFA_GLOBAL definition from linux/include/net/if_inet6.h
as it is unused.

Signed-off-by: Rami Rosen <[email protected]>
Signed-off-by: YOSHIFUJI Hideaki <[email protected]>
  • Loading branch information
ramirosen authored and yoshfuji committed Jun 11, 2008
1 parent 7d120c5 commit 0399e5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/if_inet6.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ struct ifacaddr6
#define IFA_HOST IPV6_ADDR_LOOPBACK
#define IFA_LINK IPV6_ADDR_LINKLOCAL
#define IFA_SITE IPV6_ADDR_SITELOCAL
#define IFA_GLOBAL 0x0000U

struct ipv6_devstat {
struct proc_dir_entry *proc_dir_entry;
Expand Down

0 comments on commit 0399e5f

Please sign in to comment.