]> The Tcpdump Group git mirrors - libpcap/commitdiff
Lose the unused NTOHS macro.
authorDenis Ovsienko <[email protected]>
Fri, 25 Apr 2025 18:05:08 +0000 (19:05 +0100)
committerDenis Ovsienko <[email protected]>
Fri, 25 Apr 2025 18:05:08 +0000 (19:05 +0100)
nametoaddr.c

index 509c546806539ec6a262630e6f1eafba00fcd69e..7b33290bf652c15abb0afe8b868c950a245fba7e 100644 (file)
 
 #ifndef NTOHL
 #define NTOHL(x) (x) = ntohl(x)
-#define NTOHS(x) (x) = ntohs(x)
 #endif
 
 /*