X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/c499612a7f1024a183d0200ef5f1ea7fba63a3e4..d9a787e4995b4b5101e410ed1e93367907ab9fe2:/missing/win_ether_ntohost.c diff --git a/missing/win_ether_ntohost.c b/missing/win_ether_ntohost.c index 6ac26b7c..05930923 100644 --- a/missing/win_ether_ntohost.c +++ b/missing/win_ether_ntohost.c @@ -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); }