]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-isakmp.c
Clean up comments.
[tcpdump] / print-isakmp.c
index 8c46bce4c894329d7a98eb3c2942fc4d96dc4537..b7b05116d08ce304936349e6def529ce4869cff1 100644 (file)
@@ -2820,7 +2820,7 @@ static char *
 numstr(u_int x)
 {
        static char buf[20];
-       nd_snprintf(buf, sizeof(buf), "#%u", x);
+       snprintf(buf, sizeof(buf), "#%u", x);
        return buf;
 }