diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-03-21 11:35:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-03-21 11:35:31 +0000 |
commit | fa128cf0489b677f9dcb48fbd082ffa716e65bcc (patch) | |
tree | 6fe9008b91db2b1f7acb82febfe5156dcd6a2656 /emulators/xzx | |
parent | 38c8350e860f1949c071abe1bcefc4625899ffdd (diff) |
Notes
Diffstat (limited to 'emulators/xzx')
-rw-r--r-- | emulators/xzx/files/patch-aa | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/emulators/xzx/files/patch-aa b/emulators/xzx/files/patch-aa index 81a927bdc757..00e36d599684 100644 --- a/emulators/xzx/files/patch-aa +++ b/emulators/xzx/files/patch-aa @@ -1,5 +1,5 @@ --- xzx.config.orig Sun Feb 8 22:17:34 1998 -+++ xzx.config Wed Mar 11 15:38:12 1998 ++++ xzx.config Sat Mar 21 19:02:51 1998 @@ -37,13 +37,13 @@ /* #define REGISTERED /**/ @@ -17,8 +17,17 @@ /******************************************************************************* ---- src/config.h.orig Wed Mar 11 15:38:42 1998 -+++ src/config.h Wed Mar 11 15:40:36 1998 +--- src/config.h.orig Sun Feb 8 22:13:50 1998 ++++ src/config.h Sat Mar 21 19:03:50 1998 +@@ -30,7 +30,7 @@ + /* $Id: config.h,v 1.2 1998/02/08 13:54:34 erik Rel $ */ + + #include <X11/keysym.h> +-#include <endian.h> /* Comment this out if your system doesn't have it! */ ++/* #include <endian.h> /* Comment this out if your system doesn't have it! */ + + /******************************************************************************** + * General configuration @@ -179,7 +179,7 @@ /* Byte order of your CPU. Intel is little-endian, Sparc is big-endian. */ #if !defined(LITTLE_ENDIAN) && !defined(BIG_ENDIAN) |