1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/fhttpd/files/patch-ag

13 lines
350 B
Plaintext
Raw Normal View History

--- servproc.h.orig Sat May 27 15:00:37 2000
+++ servproc.h Sat May 27 15:00:58 2000
@@ -29,6 +29,9 @@
#endif
#include <sys/time.h>
#include <sys/stat.h>
+#if defined(__FreeBSD__) && __FreeBSD__ >= 5
+#include <machine/param.h> /* for ALIGN macro needed by CMSG_DATA */
+#endif
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/file.h>