From 9c4205108f5c97e884f63aab6b69cad5fb9b793d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 10 Jun 2008 21:56:19 +0000 Subject: * glue-include/linux/if.h (IFF_DYNAMIC): Remove macro. --- pfinet/ChangeLog | 4 ++++ pfinet/glue-include/linux/if.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'pfinet') diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index 3549813a..eb541fe4 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,7 @@ +2008-06-10 Samuel Thibault + + * glue-include/linux/if.h (IFF_DYNAMIC): Remove macro. + 2007-10-14 Stefan Siegl * options.c (ipv6_get_dflt_router) [CONFIG_IPV6]: New function. diff --git a/pfinet/glue-include/linux/if.h b/pfinet/glue-include/linux/if.h index 86ee83b2..7d4563c3 100644 --- a/pfinet/glue-include/linux/if.h +++ b/pfinet/glue-include/linux/if.h @@ -1,4 +1,3 @@ #include #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ALLMULTI) -#define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/ -- cgit v1.2.3