diff options
Diffstat (limited to 'wm/3ddesktop/patches/patch-ac')
-rw-r--r-- | wm/3ddesktop/patches/patch-ac | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/wm/3ddesktop/patches/patch-ac b/wm/3ddesktop/patches/patch-ac deleted file mode 100644 index 8e26be7ff81..00000000000 --- a/wm/3ddesktop/patches/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2005/01/22 09:27:59 xtraeme Exp $ - ---- util.h.orig 2005-01-22 10:17:51.000000000 +0100 -+++ util.h 2005-01-22 10:18:28.000000000 +0100 -@@ -21,7 +21,12 @@ - #ifndef _UTIL_H - #define _UTIL_H - #include <math.h> // for cos -+#include <sys/param.h> /* BSD */ -+#ifdef BSD -+#include <sys/endian.h> -+#else - #include <endian.h> -+#endif - #include "3ddesk.h" - - #define MAX_FACES 30 // this is a lot |