|
Line
Link Here
|
| 0 |
-- netcat.c.orig 2003-11-26 15:00:04.000000000 +0100 |
0 |
++ netcat.c 2003-11-26 15:00:37.000000000 +0100 |
|
Lines 48-54
Link Here
|
| 48 |
#ifdef FD_SETSIZE /* should be in types.h, butcha never know. */ |
48 |
#ifdef FD_SETSIZE /* should be in types.h, butcha never know. */ |
| 49 |
#undef FD_SETSIZE /* if we ever need more than 16 active */ |
49 |
#undef FD_SETSIZE /* if we ever need more than 16 active */ |
| 50 |
#endif /* fd's, something is horribly wrong! */ |
50 |
#endif /* fd's, something is horribly wrong! */ |
| 51 |
#define FD_SETSIZE 16 /* <-- this'll give us a long anyways, wtf */ |
51 |
#define FD_SETSIZE 1024 /* <-- this'll give us a long anyways, wtf */ |
| 52 |
#include <sys/types.h> /* *now* do it. Sigh, this is broken */ |
52 |
#include <sys/types.h> /* *now* do it. Sigh, this is broken */ |
| 53 |
#ifdef HAVE_RANDOM /* aficionados of ?rand48() should realize */ |
53 |
#ifdef HAVE_RANDOM /* aficionados of ?rand48() should realize */ |