]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/win_ether_ntohost.c
EIGRP: Modernize packet parsing style.
[tcpdump] / missing / win_ether_ntohost.c
index 6ac26b7c06152792acc65b1e9a89fe12a5fae585..05930923af83612ab303e9aa7c68eff78726c53b 100644 (file)
@@ -85,9 +85,9 @@ const char *etc_path (const char *file)
     return (file);
 
   if (win9x)
-    nd_snprintf (path, sizeof(path), "%s\\etc\\%s", env, file);
+    snprintf (path, sizeof(path), "%s\\etc\\%s", env, file);
   else
-    nd_snprintf (path, sizeof(path), "%s\\system32\\drivers\\etc\\%s", env, file);
+    snprintf (path, sizeof(path), "%s\\system32\\drivers\\etc\\%s", env, file);
 
   return (path);
 }