Removing "#include <sys/un.h>" because it is not present under Neutrino

and VMS and it does not appear to be needed either.
r=colin,cls
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 2000-03-13 13:03:52 +00:00
Родитель a33410c106
Коммит da2794386a
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -36,7 +36,6 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/un.h>
#include <sys/stat.h>
#include <netinet/tcp.h>
#else