summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/nfs.c
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1996-10-15 09:58:29 +0000
committermickey <mickey@openbsd.org>1996-10-15 09:58:29 +0000
commit6d86dcc12514e1f8d013c9d94e1444ab1a93e848 (patch)
tree11dcf15fee2bcfa40b26c07633c81efaf01e532e /sys/lib/libsa/nfs.c
parentmore detailed info (diff)
downloadwireguard-openbsd-6d86dcc12514e1f8d013c9d94e1444ab1a93e848.tar.xz
wireguard-openbsd-6d86dcc12514e1f8d013c9d94e1444ab1a93e848.zip
gcc -Wall happy
Diffstat (limited to 'sys/lib/libsa/nfs.c')
-rw-r--r--sys/lib/libsa/nfs.c4
1 files changed, 2 insertions, 2 deletions
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)