From b1eadd5672360839d3467a5b1d0b96c577e21256 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 6 Apr 1997 19:52:17 +0000 Subject: Fix int vs. long problems --- sbin/ipfstat/fils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/ipfstat/fils.c') diff --git a/sbin/ipfstat/fils.c b/sbin/ipfstat/fils.c index 32b80820d62..f34957c52e0 100644 --- a/sbin/ipfstat/fils.c +++ b/sbin/ipfstat/fils.c @@ -42,7 +42,7 @@ #if !defined(lint) && defined(LIBC_SCCS) static char sccsid[] = "@(#)fils.c 1.21 4/20/96 (C) 1993-1996 Darren Reed"; -static char rcsid[] = "$Id: fils.c,v 1.9 1997/02/17 09:13:11 deraadt Exp $"; +static char rcsid[] = "$Id: fils.c,v 1.10 1997/04/06 19:52:16 millert Exp $"; #endif #ifdef _PATH_UNIX #define VMUNIX _PATH_UNIX @@ -265,7 +265,7 @@ struct friostat *fiop; FPRINTF(stderr, "showlist:opts %#x i %d\n", opts, i); if (opts & OPT_VERBOSE) - PRINTF("fp %#x set %d\n", (u_int)fp, set); + PRINTF("fp %#x set %d\n", (u_long)fp, set); if (!fp) { FPRINTF(stderr, "empty list for %s%s\n", (opts & OPT_INACTIVE) ? "inactive " : "", filters[i]); -- cgit v1.2.3