]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Correct apparent misspelling of `SIOCATMARK'.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 5 May 2005 22:47:30 +0000 (22:47 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 5 May 2005 22:47:30 +0000 (22:47 +0000)
[originally from svn r5749]

unix/uxnet.c

index a43adcb12fdde800d63cce02d1c2285854d731b9..8865d9d56c09b177216d11c75e0f5b1d273c4e3c 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