]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxnet.c
Also blank X authentication data when using SSH-1, and add a comment explaining
[PuTTY.git] / unix / uxnet.c
index 31b12921d733f9fcc0f0fb2815aed1508c46db98..a43adcb12fdde800d63cce02d1c2285854d731b9 100644 (file)
 #include "network.h"
 #include "tree234.h"
 
+/* Solaris needs <sys/sockio.h> for SIOCATMARK. */
+#ifndef SOCKATMARK
+#include <sys/sockio.h>
+#endif
+
 #ifndef X11_UNIX_PATH
 # define X11_UNIX_PATH "/tmp/.X11-unix/X"
 #endif