sysutils/timemon: Bring in DragonFly support patch from dports

This commit is contained in:
marino
2014-07-07 12:51:56 +00:00
parent 7c4b8d611f
commit 1b618f8a12
+11
View File
@@ -0,0 +1,11 @@
--- loadave.c.orig 2008-05-25 19:48:17.000000000 +0000
+++ loadave.c
@@ -31,7 +31,7 @@ int la_read(unsigned long long *times)
return LA_NOERR;
}
-#elif defined( __FreeBSD__ )
+#elif defined( __FreeBSD__ ) || defined ( __DragonFly__ )
#include <sys/types.h>
#include <sys/errno.h>