diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-06-10 21:56:19 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-06-10 21:56:19 +0000 |
commit | 9c4205108f5c97e884f63aab6b69cad5fb9b793d (patch) | |
tree | 3418b848f53cf16419520e310a68cf792ea47cb7 | |
parent | 21b38c37c06a196f6dc02bb0a31d895301ea5cd1 (diff) |
* glue-include/linux/if.h (IFF_DYNAMIC): Remove macro.
-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*/ |