From a45400417463c113cb3d0fccf173fc8ac9d132c1 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 15 Oct 1996 09:58:41 +0000 Subject: gcc -Wall happy --- sys/lib/libsa/nfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/lib/libsa/nfs.c') diff --git a/sys/lib/libsa/nfs.c b/sys/lib/libsa/nfs.c index 5f70b755b8a..b31ecc8da50 100644 --- a/sys/lib/libsa/nfs.c +++ b/sys/lib/libsa/nfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs.c,v 1.4 1996/09/27 07:13:48 mickey Exp $ */ +/* $OpenBSD: nfs.c,v 1.5 1996/10/15 09:58:34 mickey Exp $ */ /* $NetBSD: nfs.c,v 1.15 1996/05/14 10:28:26 leo Exp $ */ /*- @@ -371,7 +371,7 @@ nfs_close(f) #ifdef NFS_DEBUG if (debug) - printf("nfs_close: fp=0x%x\n", fp); + printf("nfs_close: fp=%p\n", fp); #endif if (fp) -- cgit v1.2.3