openbsd-ports/net/jabberd/patches/patch-util_util_h
jasper 5b4142b0e6 - plug a file descriptor leak, which makes hungry machines eat all the descriptors.
- fix HOMEPAGE.
- MAINTAINER drops maintainership.
- regen patches.

from Ingo Schwarze <schwarze@usta.de>

ok naddy@
2007-04-03 15:04:32 +00:00

13 lines
322 B
Plaintext

$OpenBSD: patch-util_util_h,v 1.2 2007/04/03 15:04:32 jasper Exp $
--- util/util.h.orig Sun Oct 2 17:42:44 2005
+++ util/util.h Tue Apr 3 17:03:04 2007
@@ -39,6 +39,8 @@
# include <netinet/in.h>
#endif
+#include <sys/socket.h>
+
#if defined(HAVE_SYS_TIME_H)
# include <sys/time.h>
#elif defined(HAVE_SYS_TIMEB_H)