summaryrefslogtreecommitdiff
path: root/sys/netinet6
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-03-20 22:54:28 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-03-20 22:54:28 +0000
commit07d4dce80b57d2814b5d39fad344aec2f6f6c536 (patch)
treeaaf7e7e107163f9f2c14295158d7c436d17c738c /sys/netinet6
parent07b26311ea79e27cb236dbbdde654e8768ab9aac (diff)
remove obsolete comment
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/nd6.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c
index c5c4e24467d..51488470e71 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nd6.c,v 1.40 2002/03/14 01:27:12 millert Exp $ */
+/* $OpenBSD: nd6.c,v 1.41 2002/03/20 22:54:27 itojun Exp $ */
/* $KAME: nd6.c,v 1.151 2001/06/19 14:24:41 sumikawa Exp $ */
/*
@@ -30,14 +30,6 @@
* SUCH DAMAGE.
*/
-/*
- * XXX
- * KAME 970409 note:
- * BSD/OS version heavily modifies this code, related to llinfo.
- * Since we don't have BSD/OS version of net/route.c in our hand,
- * I left the code mostly as it was in 970310. -- itojun
- */
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/timeout.h>