diff options
author | Damien Miller <djm@mindrot.org> | 2003-06-05 10:52:47 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-06-05 10:52:47 +0200 |
commit | c28e38d23a3d074e02c1f63b64569a31d499a0e8 (patch) | |
tree | f3e1582ecddf28f770a1ed84c26d64177e735656 /ssh.h | |
parent | - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code (diff) | |
download | openssh-c28e38d23a3d074e02c1f63b64569a31d499a0e8.tar.xz openssh-c28e38d23a3d074e02c1f63b64569a31d499a0e8.zip |
- (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ #include <stdarg.h> /* For va_list */ #include <syslog.h> /* For LOG_AUTH and friends */ #include <sys/socket.h> /* For struct sockaddr_storage */ -#include "openbsd-compat/fake-socket.h" /* For struct sockaddr_storage */ #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif |