Fix warning: (int/long mixup in printf)

475: warning: unsigned int format, long unsigned int arg (arg 3)
This commit is contained in:
Peter Wemm 2001-06-15 07:35:25 +00:00
parent 65f1bb65fe
commit bc66c1fd1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78252

View File

@ -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: