Correct apparent misspelling of `SIOCATMARK'.

[originally from svn r5749]
This commit is contained in:
Jacob Nevins 2005-05-05 22:47:30 +00:00
Родитель b099456c87
Коммит 1f2f60de04
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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