From: jacob Date: Thu, 5 May 2005 22:47:30 +0000 (+0000) Subject: Correct apparent misspelling of `SIOCATMARK'. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/5f86b177eb3f358d0813646102e3da720b809771 Correct apparent misspelling of `SIOCATMARK'. git-svn-id: svn://svn.tartarus.org/sgt/putty@5749 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/unix/uxnet.c b/unix/uxnet.c index a43adcb1..8865d9d5 100644 --- a/unix/uxnet.c +++ b/unix/uxnet.c @@ -23,7 +23,7 @@ #include "tree234.h" /* Solaris needs for SIOCATMARK. */ -#ifndef SOCKATMARK +#ifndef SIOCATMARK #include #endif