diff options
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r-- | usr.bin/netstat/netstat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 37b57699af2..4b417bb5ab1 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.46 2007/12/19 08:49:23 claudio Exp $ */ +/* $OpenBSD: netstat.h,v 1.47 2008/01/03 21:01:40 claudio Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -128,7 +128,7 @@ void routepr(u_long, u_long, u_long, u_long); void nsprotopr(u_long, char *); -void intpr(int, u_long); +void intpr(int); void unixpr(u_long); |