aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/uni/sscop_subr.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-09-17 09:35:02 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-09-17 09:35:02 +0000
commitd80044954c92be2d8b7d49d93b73db0e9eb500b4 (patch)
tree8a98c94ccd7bf695ca5176aa3c7aae61180fe043 /sys/netatm/uni/sscop_subr.c
parent982fe76ef93c4b22fb5aed84c52dceeed3ed0d14 (diff)
downloadsrc-d80044954c92be2d8b7d49d93b73db0e9eb500b4.tar.gz
src-d80044954c92be2d8b7d49d93b73db0e9eb500b4.zip
Two patches from the HARP people:
Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com>
Notes
Notes: svn path=/head/; revision=39412
Diffstat (limited to 'sys/netatm/uni/sscop_subr.c')
-rw-r--r--sys/netatm/uni/sscop_subr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netatm/uni/sscop_subr.c b/sys/netatm/uni/sscop_subr.c
index 2d01229f892a..88656adb098e 100644
--- a/sys/netatm/uni/sscop_subr.c
+++ b/sys/netatm/uni/sscop_subr.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: sscop_subr.c,v 1.7 1998/08/26 23:29:19 mks Exp $
+ * @(#) $Id: sscop_subr.c,v 1.1 1998/09/15 08:23:08 phk Exp $
*
*/
@@ -36,7 +36,7 @@
*/
#ifndef lint
-static char *RCSid = "@(#) $Id: sscop_subr.c,v 1.7 1998/08/26 23:29:19 mks Exp $";
+static char *RCSid = "@(#) $Id: sscop_subr.c,v 1.1 1998/09/15 08:23:08 phk Exp $";
#endif
#include <netatm/kern_include.h>
@@ -364,8 +364,8 @@ sscop_rexmit_unlink(sop, php)
sop->so_rexmit_tl = curr;
} else {
log(LOG_ERR,
- "sscop_rexmit_unlink: Not found - sop=0x%x, php=0x%x\n",
- (int)sop, (int)php);
+ "sscop_rexmit_unlink: Not found - sop=%p, php=%p\n",
+ sop, php);
#ifdef DIAGNOSTIC
panic("sscop_rexmit_unlink: Not found");
#endif