diff options
author | Greg Hudson <ghudson@mit.edu> | 2014-07-03 12:48:53 -0400 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2014-07-04 15:14:03 -0400 |
commit | 48a0b16ab1f70b6486a6d7af7ca9e7b376b19956 (patch) | |
tree | f761ac8f8209fca8708f9f55f8fc5c7b13ce8940 /src/lib/gssapi/gss_libinit.c | |
parent | 1fde9a67030845d3cae0661595f5737a4db8b9dd (diff) | |
download | krb5-48a0b16ab1f70b6486a6d7af7ca9e7b376b19956.tar.gz krb5-48a0b16ab1f70b6486a6d7af7ca9e7b376b19956.tar.xz krb5-48a0b16ab1f70b6486a6d7af7ca9e7b376b19956.zip |
Avoid using length fields in socket addresses
Remove code to set or reference the length fields of socket addresses
(sa_len/sin_len/sin6_len), since they aren't portable and setting them
is not required. Remove autoconf tests for those fields which are no
longer used or which were never used.
There is one exception: in localaddr.c, we still neeed to reference
sa_len for the definition of ifreq_size on platforms which have
sa_len. Leave that behind, along with the autoconf test which defines
SA_LEN.
Diffstat (limited to 'src/lib/gssapi/gss_libinit.c')
0 files changed, 0 insertions, 0 deletions