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:
parent
b099456c87
commit
1f2f60de04
@ -23,7 +23,7 @@
|
||||
#include "tree234.h"
|
||||
|
||||
/* Solaris needs <sys/sockio.h> for SIOCATMARK. */
|
||||
#ifndef SOCKATMARK
|
||||
#ifndef SIOCATMARK
|
||||
#include <sys/sockio.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user