summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d/route6d.c
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-11 10:41:48 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-11 10:41:48 +0000
commit215ec0678cd884eb1876be8caf34316913ad4fb7 (patch)
tree7587d0f7e40b853b967be60f3b697da9212cc72f /usr.sbin/route6d/route6d.c
parent3955b014b5e92f1be5fa5d7a16d7be0db179112a (diff)
add and enable route6d. fix bogus enties in distrib/sets/lists.
XXX route6d is not really tested on kame/openbsd. there can be some trouble with kernel advanced API part.
Diffstat (limited to 'usr.sbin/route6d/route6d.c')
-rw-r--r--usr.sbin/route6d/route6d.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/route6d/route6d.c b/usr.sbin/route6d/route6d.c
index 9f4c4e8c623..98f9653ec31 100644
--- a/usr.sbin/route6d/route6d.c
+++ b/usr.sbin/route6d/route6d.c
@@ -1,5 +1,7 @@
+/* $OpenBSD: route6d.c,v 1.2 1999/12/11 10:41:46 itojun Exp $ */
+
/*
- * $Header: /cvs/OpenBSD/src/usr.sbin/route6d/route6d.c,v 1.1 1999/12/11 10:36:07 itojun Exp $
+* KAME Header: /cvsroot/kame/kame/kame/kame/route6d/route6d.c,v 1.6 1999/09/10 08:20:59 itojun Exp
*/
/*
@@ -32,7 +34,7 @@
*/
#ifndef lint
-static char _rcsid[] = "$Id: route6d.c,v 1.1 1999/12/11 10:36:07 itojun Exp $";
+static char _rcsid[] = "KAME Id: route6d.c,v 1.6 1999/09/10 08:20:59 itojun Exp";
#endif
#include <stdio.h>