summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-01 14:06:28 +0000
committerderaadt <deraadt@openbsd.org>1996-05-01 14:06:28 +0000
commit5ac9db7629754c38ae4145c83369a9aa2f415290 (patch)
tree791bb1ecb4827e38ad3d6d117898786ebbc89cdf
parentnew arm32 port (diff)
downloadwireguard-openbsd-5ac9db7629754c38ae4145c83369a9aa2f415290.tar.xz
wireguard-openbsd-5ac9db7629754c38ae4145c83369a9aa2f415290.zip
from netbsd; fix a printf format string
-rw-r--r--sys/netiso/iso_chksum.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netiso/iso_chksum.c b/sys/netiso/iso_chksum.c
index bad42da9193..5e376999166 100644
--- a/sys/netiso/iso_chksum.c
+++ b/sys/netiso/iso_chksum.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: iso_chksum.c,v 1.3 1996/04/21 22:29:27 deraadt Exp $ */
-/* $NetBSD: iso_chksum.c,v 1.7 1996/04/13 01:34:52 cgd Exp $ */
+/* $OpenBSD: iso_chksum.c,v 1.4 1996/05/01 14:06:28 deraadt Exp $ */
+/* $NetBSD: iso_chksum.c,v 1.8 1996/04/22 01:43:45 christos Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -218,7 +218,7 @@ iso_gen_csum(m, n, l)
xloc = loc + mtod(m, u_char *);
#ifdef ARGO_DEBUG
if (argo_debug[D_CHKSUM]) {
- printf("1: zeroing xloc %p loc %p\n",
+ printf("1: zeroing xloc %p loc 0x%x\n",
xloc, loc);
}
#endif