]> andersk Git - openssh.git/commitdiff
- (dtucker) [openbsd-compat/openbsd-compat.h] Need to include <sys/socket.h>
authordtucker <dtucker>
Mon, 10 Jul 2006 14:20:51 +0000 (14:20 +0000)
committerdtucker <dtucker>
Mon, 10 Jul 2006 14:20:51 +0000 (14:20 +0000)
   for struct sockaddr on platforms that use the fake-rfc stuff.

ChangeLog
openbsd-compat/openbsd-compat.h

index ab63dfa09246d53d97d7a464ffe722f05343a143..8cd7ab380bc03028f1b5a9cfdfa445d49165928c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      format is unchanged, otherwise the host name or address is enclosed
      within square brackets in the same format as sshd's ListenAddress.
      Tested by many, ok markus@.
+ - (dtucker) [openbsd-compat/openbsd-compat.h] Need to include <sys/socket.h>
+   for struct sockaddr on platforms that use the fake-rfc stuff.
 
 20060706
  - (dtucker) [configure.ac] Try AIX blibpath test in different order when
index 746591edec8253de6c25e29820c12057180df3d5..6727d31a75f2b066ef205b4c3305cdbab33218c6 100644 (file)
@@ -34,6 +34,8 @@
 #include <sys/types.h>
 #include <pwd.h>
 
+#include <sys/socket.h>
+
 /* OpenBSD function replacements */
 #include "base64.h"
 #include "sigact.h"
This page took 0.098299 seconds and 5 git commands to generate.