diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-10-15 22:15:37 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-10-15 22:16:01 -0700 |
commit | 88d1467627bbe0fbe2e52098aa099ef0319ac713 (patch) | |
tree | a2e1960d080618f4930d14e7cda22f69d02db908 /config.h.in | |
parent | 727d949ae4b98deb5704ca34359a5b989a2151cf (diff) | |
download | tcpdump-88d1467627bbe0fbe2e52098aa099ef0319ac713.tar.gz |
Get rid of an unnecessary test.
We don't care whether struct sockaddr has an sa_len field or not.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 9ccae642..558ab41f 100644 --- a/config.h.in +++ b/config.h.in @@ -196,9 +196,6 @@ /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF -/* if struct sockaddr has the sa_len member */ -#undef HAVE_SOCKADDR_SA_LEN - /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |