summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/bootparam.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/bootparam.c
parentmore detailed info (diff)
downloadwireguard-openbsd-6d86dcc12514e1f8d013c9d94e1444ab1a93e848.tar.xz
wireguard-openbsd-6d86dcc12514e1f8d013c9d94e1444ab1a93e848.zip
gcc -Wall happy
Diffstat (limited to 'sys/lib/libsa/bootparam.c')
-rw-r--r--sys/lib/libsa/bootparam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/bootparam.c b/sys/lib/libsa/bootparam.c
index b6606bea6c7..4d83c1b78db 100644
--- a/sys/lib/libsa/bootparam.c
+++ b/sys/lib/libsa/bootparam.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bootparam.c,v 1.4 1996/09/27 07:13:47 mickey Exp $ */
+/* $OpenBSD: bootparam.c,v 1.5 1996/10/15 09:58:32 mickey Exp $ */
/* $NetBSD: bootparam.c,v 1.7 1996/02/26 23:05:14 gwr Exp $ */
/*
@@ -449,7 +449,7 @@ xdr_inaddr_decode(pkt, ia)
*pkt += sizeof(*xi);
if (xi->atype != htonl(1)) {
#ifdef RPC_DEBUG
- printf("xdr_inaddr_decode: bad addrtype=%d\n",
+ printf("xdr_inaddr_decode: bad addrtype=%ld\n",
ntohl(xi->atype));
#endif
return(-1);