blob: 311b63c35708b7350e1d4e19f1eb5190c81424c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- eggdrop/src/eggdrop.h 2008-09-08 21:09:57.000000000 +0100
+++ eggdrop-patched/src/eggdrop.h 2008-09-08 21:11:46.000000000 +0100
@@ -218,9 +218,6 @@
# define sigemptyset(x) ((*(int *)(x))=0)
#endif
-#ifndef HAVE_SOCKLEN_T
-typedef int socklen_t;
-#endif
/*
* Handy aliases for memory tracking and core dumps
|