diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-09 15:10:50 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-09 15:10:50 +0000 |
commit | ed654e801ef216f3f614e23c0a18c6fb3de68856 (patch) | |
tree | 10793c70506c0de761999cde488378bfa61ff4c1 /usr.sbin/rtsold/rtsol.c | |
parent | e81fedf11966b1319ff9cc32a21757dc59a0485c (diff) |
rtsold(8); router solicitation daemon.
rtsol(8); router solicitation program, for use in bootstrap process
(statically linked)
rcsid police. add missing prototypes.
(sync with KAME)
Diffstat (limited to 'usr.sbin/rtsold/rtsol.c')
-rw-r--r-- | usr.sbin/rtsold/rtsol.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/rtsold/rtsol.c b/usr.sbin/rtsold/rtsol.c index 4154ad2c294..024bbb83364 100644 --- a/usr.sbin/rtsold/rtsol.c +++ b/usr.sbin/rtsold/rtsol.c @@ -1,3 +1,5 @@ +/* $OpenBSD: rtsol.c,v 1.2 1999/12/09 15:10:49 itojun Exp $ */ + /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. |