diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-06-15 07:35:25 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-06-15 07:35:25 +0000 |
| commit | bc66c1fd1f33e7e218fb43ad01baa90ae7b73ddb (patch) | |
| tree | bb78414332e45197a0e74874486d4e14aeb155f1 /sys/netgraph | |
| parent | 65f1bb65fefcf52692b9fd8f8d880d78fcc1e68a (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/ng_cisco.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_cisco.c b/sys/netgraph/ng_cisco.c index 8bd78baed525..1eb4a1556f4c 100644 --- a/sys/netgraph/ng_cisco.c +++ b/sys/netgraph/ng_cisco.c @@ -471,7 +471,7 @@ cisco_input(sc_p sc, item_p item) switch (ntohl(p->type)) { default: log(LOG_WARNING, - "cisco: unknown cisco packet type: 0x%x\n", + "cisco: unknown cisco packet type: 0x%lx\n", ntohl(p->type)); break; case CISCO_ADDR_REPLY: |
