diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-11 10:41:48 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-11 10:41:48 +0000 |
commit | 215ec0678cd884eb1876be8caf34316913ad4fb7 (patch) | |
tree | 7587d0f7e40b853b967be60f3b697da9212cc72f /usr.sbin/route6d/route6d.c | |
parent | 3955b014b5e92f1be5fa5d7a16d7be0db179112a (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.c | 6 |
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> |