diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 21:59:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 21:59:12 +0000 |
commit | ef38a0e957c4e18974e4f95e9ca96458e557c58f (patch) | |
tree | faf2c38d4d78ee3f7c34405b2d21f433984fca46 /usr.bin/netstat/iso.c | |
parent | f1352fa502cddfd41ce2f093a0b44a482e6ec5ad (diff) |
more proto fixes
Diffstat (limited to 'usr.bin/netstat/iso.c')
-rw-r--r-- | usr.bin/netstat/iso.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/iso.c b/usr.bin/netstat/iso.c index 8088958f086..84d53093baa 100644 --- a/usr.bin/netstat/iso.c +++ b/usr.bin/netstat/iso.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iso.c,v 1.12 2003/06/03 02:56:13 millert Exp $ */ +/* $OpenBSD: iso.c,v 1.13 2003/06/26 21:59:11 deraadt Exp $ */ /* $NetBSD: iso.c,v 1.12 1995/10/03 21:42:38 thorpej Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "from: @(#)iso.c 8.1 (Berkeley) 6/6/93"; #else -static char *rcsid = "$OpenBSD: iso.c,v 1.12 2003/06/03 02:56:13 millert Exp $"; +static char *rcsid = "$OpenBSD: iso.c,v 1.13 2003/06/26 21:59:11 deraadt Exp $"; #endif #endif /* not lint */ @@ -519,7 +519,7 @@ x25_protopr(u_long off, char *name) struct tp_stat tp_stat; void -tp_stats(caddr_t off, char *name) +tp_stats(u_long off, char *name) { if (off == 0) { printf("TP not configured\n\n"); |