| commit | b1d822c311b33e653f60faee35964052b2229522 | [log] [download] |
|---|---|---|
| author | Ben Lindstrom <mouring@eviladmin.org> | Thu Sep 20 01:03:31 2001 +0000 |
| committer | Ben Lindstrom <mouring@eviladmin.org> | Thu Sep 20 01:03:31 2001 +0000 |
| tree | 42b5623e67846a025916964ea16bcf13e61c0ae8 | |
| parent | 2b7a0e953e3e85c2d95cfb6b4bed095135c3a2b7 [diff] |
- stevesk@cvs.openbsd.org 2001/09/19 19:35:30
[authfd.c]
use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens
blesses this and we do it this way elsewhere. this helps in
portable because not all systems have SUN_LEN() and
sockaddr_un.sun_len. ok markus@