mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Correct apparent misspelling of `SIOCATMARK'.
[originally from svn r5749]
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
#include "tree234.h"
|
||||
|
||||
/* Solaris needs <sys/sockio.h> for SIOCATMARK. */
|
||||
#ifndef SOCKATMARK
|
||||
#ifndef SIOCATMARK
|
||||
#include <sys/sockio.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user