diff options
author | Damien Miller <djm@mindrot.org> | 2000-08-18 14:59:59 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-08-18 14:59:59 +1000 |
commit | 3241fa15eab83af79bfda709ffe6d235705d614d (patch) | |
tree | 0892a8bb67145e2945a55e5ac5cedc52ee9f7867 /includes.h | |
parent | a7f58293f7340fc022c025b482614d5bd8dada50 (diff) | |
download | openssh-git-3241fa15eab83af79bfda709ffe6d235705d614d.tar.gz |
- (djm) SUN_LEN macro for systems which lack it
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include <sys/socket.h> #include <sys/ioctl.h> #include <sys/wait.h> -#include <sys/un.h> #include <sys/resource.h> #include <netinet/tcp.h> |