diff options
author | Rainer Giedat <rainer@cvs.openbsd.org> | 2009-01-30 17:25:52 +0000 |
---|---|---|
committer | Rainer Giedat <rainer@cvs.openbsd.org> | 2009-01-30 17:25:52 +0000 |
commit | efcd6b70b566fb7da63bb366dd31bc65854ddbdd (patch) | |
tree | bfd2b69d3dbec8268a57fe9228802ede910b32b6 /usr.sbin/rtsold/rtsold.h | |
parent | dad15fcbdb3e2548120bb6e4d14860a7d0359d2d (diff) |
Delete code which was never used (rtsock.c is even not there).
old commit message from itojun:
"rtsock.c is omitted for simplicity, as it is not meaningful on openbsd."
Ok grunk@, naddy@
Diffstat (limited to 'usr.sbin/rtsold/rtsold.h')
-rw-r--r-- | usr.sbin/rtsold/rtsold.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/rtsold/rtsold.h b/usr.sbin/rtsold/rtsold.h index 653098ecd00..ff5758a7164 100644 --- a/usr.sbin/rtsold/rtsold.h +++ b/usr.sbin/rtsold/rtsold.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtsold.h,v 1.12 2008/06/10 04:49:11 reyk Exp $ */ +/* $OpenBSD: rtsold.h,v 1.13 2009/01/30 17:25:51 rainer Exp $ */ /* $KAME: rtsold.h,v 1.14 2002/05/31 10:10:03 itojun Exp $ */ /* @@ -93,9 +93,3 @@ extern void defrouter_probe(struct ifinfo *); /* dump.c */ extern void rtsold_dump_file(char *); - -#if 0 -/* rtsock.c */ -extern int rtsock_open(void); -extern int rtsock_input(int); -#endif |