summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted/input.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-10-26 05:33:59 +0000
committerpeter <peter@FreeBSD.org>2003-10-26 05:33:59 +0000
commitc64cf72312cb0f46c93bc921e59063963187caf0 (patch)
tree72eb0e042d8ff99e1a3bd99b96bbc68a28e3d468 /usr.sbin/IPXrouted/input.c
parent7b2e1ddf315205da1a3743fe1c7b4b24e40f203a (diff)
downloadFreeBSD-src-c64cf72312cb0f46c93bc921e59063963187caf0.zip
FreeBSD-src-c64cf72312cb0f46c93bc921e59063963187caf0.tar.gz
Make 64 bit safe.
Diffstat (limited to 'usr.sbin/IPXrouted/input.c')
-rw-r--r--usr.sbin/IPXrouted/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/IPXrouted/input.c b/usr.sbin/IPXrouted/input.c
index a2e8c26..b971326 100644
--- a/usr.sbin/IPXrouted/input.c
+++ b/usr.sbin/IPXrouted/input.c
@@ -129,8 +129,8 @@ rip_input(from, size)
"specific request for %s",
ipxdp_nettoa(n->rip_dst));
fprintf(ftrace,
- " yields route %x\n",
- (u_int)rt);
+ " yields route %lx\n",
+ (u_long)rt);
}
/*
* XXX We break out on the first net that isn't
OpenPOWER on IntegriCloud