diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-07-04 13:58:51 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-07-04 13:58:51 +0000 |
commit | f479bd44c44a2b2bf1c1857e1208c5122bda8dbb (patch) | |
tree | ca8af2cda704a7f946e5e39e752f953f8f352054 /x11/3ddesktop/files/patch-util.h | |
parent | Chase updated binaries (diff) |
Update to 0.2.9
PR: 82945
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=138462
Diffstat (limited to 'x11/3ddesktop/files/patch-util.h')
-rw-r--r-- | x11/3ddesktop/files/patch-util.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/3ddesktop/files/patch-util.h b/x11/3ddesktop/files/patch-util.h deleted file mode 100644 index 6a585edb22ca..000000000000 --- a/x11/3ddesktop/files/patch-util.h +++ /dev/null @@ -1,11 +0,0 @@ ---- util.h.orig Mon May 10 00:57:26 2004 -+++ util.h Thu Aug 26 23:00:45 2004 -@@ -21,7 +21,7 @@ - #ifndef _UTIL_H - #define _UTIL_H - #include <math.h> // for cos --#include <endian.h> -+#include <sys/endian.h> - #include "3ddesk.h" - - #define MAX_FACES 30 // this is a lot |