=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- src/usr.bin/netstat/netstat.h 2008/09/16 15:48:13 1.48 +++ src/usr.bin/netstat/netstat.h 2009/01/27 13:49:21 1.49 @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.48 2008/09/16 15:48:13 gollo Exp $ */ +/* $OpenBSD: netstat.h,v 1.49 2009/01/27 13:49:21 claudio Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -66,8 +66,8 @@ int kread(u_long addr, void *buf, int size); -char *plural(int); -char *plurales(int); +char *plural(u_int64_t); +char *plurales(u_int64_t); void protopr(u_long, char *); void ip6protopr(u_long, char *);