1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix build on 7-CURRENT

Thanks to:	mnag
This commit is contained in:
Renato Botelho 2006-09-26 13:37:22 +00:00
parent 5eaae66fea
commit 57cd8c4736
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173900

View File

@ -0,0 +1,13 @@
--- clamd/session.c.orig Wed Sep 13 19:13:20 2006
+++ clamd/session.c Tue Sep 26 09:42:41 2006
@@ -42,6 +42,10 @@
#include <signal.h>
#include <errno.h>
#include <stddef.h>
+#if (defined(__FreeBSD__) && __FreeBSD_version >= 600000)
+#include <sys/limits.h>
+#endif
+#include <sys/syslimits.h>
#include "libclamav/clamav.h"
#include "libclamav/str.h"