diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2017-11-02 13:17:38 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2017-11-02 13:17:38 +0000 |
commit | 2ed5e72ec41f976789c136d4cb542ee9d2d23f57 (patch) | |
tree | f05940cd1327b3ccedd92eb3f3202a79eae96157 | |
parent | f20108e2f0f80c4d6b654b26befd314a5db05ef0 (diff) |
Over 17 years is probably 'a while...'
Also it does not change behaviour.
OK jca
-rw-r--r-- | sys/netinet6/in6.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c index ddc0f9908b4..236d8abb709 100644 --- a/sys/netinet6/in6.c +++ b/sys/netinet6/in6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6.c,v 1.216 2017/10/26 15:05:41 mpi Exp $ */ +/* $OpenBSD: in6.c,v 1.217 2017/11/02 13:17:37 florian Exp $ */ /* $KAME: in6.c,v 1.372 2004/06/14 08:14:21 itojun Exp $ */ /* @@ -97,9 +97,6 @@ #include <netinet/ip_carp.h> #endif -/* backward compatibility for a while... */ -#define COMPAT_IN6IFIOCTL - /* * Definitions of some constant IP6 addresses. */ |