Correct apparent misspelling of `SIOCATMARK'.
[u/mdw/putty] / unix / uxnet.c
index a43adcb..8865d9d 100644 (file)
@@ -23,7 +23,7 @@
 #include "tree234.h"
 
 /* Solaris needs <sys/sockio.h> for SIOCATMARK. */
-#ifndef SOCKATMARK
+#ifndef SIOCATMARK
 #include <sys/sockio.h>
 #endif