1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 01:23:12 +02:00

Remove sock.h old compatibility code. Shouldn't be needed anymore.

(This provided FD_ZERO and such if the OS/libc did not provide it)
This commit is contained in:
Bram Matthys
2019-06-07 12:42:28 +02:00
parent 5ad0278f9e
commit 0e68265e12
10 changed files with 7 additions and 11 deletions
-1
View File
@@ -55,7 +55,6 @@
#include <signal.h>
#include <fcntl.h>
#include "sock.h" /* If FD_ZERO isn't define up to this point, */
#include <string.h>
#include "proto.h"
/* define it (BSD4.2 needs this) */