1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Correct apparent misspelling of `SIOCATMARK'.

[originally from svn r5749]
This commit is contained in:
Jacob Nevins 2005-05-05 22:47:30 +00:00
parent b099456c87
commit 1f2f60de04

View File

@ -23,7 +23,7 @@
#include "tree234.h"
/* Solaris needs <sys/sockio.h> for SIOCATMARK. */
#ifndef SOCKATMARK
#ifndef SIOCATMARK
#include <sys/sockio.h>
#endif