diff options
Diffstat (limited to 'security/xinetd/files')
-rw-r--r-- | security/xinetd/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/xinetd/files/patch-aa b/security/xinetd/files/patch-aa new file mode 100644 index 000000000000..d461c84322c7 --- /dev/null +++ b/security/xinetd/files/patch-aa @@ -0,0 +1,19 @@ +*** xinetd/defs.h.orig Thu Mar 20 11:29:27 1997 +--- xinetd/defs.h Thu Mar 20 11:29:46 1997 +*************** +*** 100,106 **** + /* + * Used for listen(2) + */ +! #define LISTEN_BACKLOG 7 + + /* + * When explicit values are given for enum's, that is because the structures +--- 100,106 ---- + /* + * Used for listen(2) + */ +! #define LISTEN_BACKLOG 64 + + /* + * When explicit values are given for enum's, that is because the structures |