diff options
-rw-r--r-- | pfinet/ChangeLog | 4 | ||||
-rw-r--r-- | pfinet/glue-include/linux/if.h | 1 |
2 files changed, 4 insertions, 1 deletions
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 <samuel.thibault@ens-lyon.org> + + * glue-include/linux/if.h (IFF_DYNAMIC): Remove macro. + 2007-10-14 Stefan Siegl <stesie@brokenpipe.de> * 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 <net/if.h> #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ALLMULTI) -#define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/ |