pkgsrc/sysutils/gkrellm/patches/patch-aw
2006-03-19 22:10:38 +00:00

13 lines
331 B
Text

$NetBSD: patch-aw,v 1.1 2006/03/19 22:10:38 joerg Exp $
--- src/inet.h.orig 2006-03-16 22:34:00.000000000 +0000
+++ src/inet.h
@@ -34,7 +34,7 @@
#endif
#endif /* __linux__ */
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__DragonFly__)
#include <osreldate.h>
#include <sys/types.h>
#include <sys/socket.h>