Correct apparent misspelling of `SIOCATMARK'.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 5 May 2005 22:47:30 +0000 (22:47 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 5 May 2005 22:47:30 +0000 (22:47 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5749 cda61777-01e9-0310-a592-d414129be87e

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