diff options
-rw-r--r-- | security/l5/files/patch-l5.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/l5/files/patch-l5.c b/security/l5/files/patch-l5.c new file mode 100644 index 000000000000..279e89f42e8c --- /dev/null +++ b/security/l5/files/patch-l5.c @@ -0,0 +1,14 @@ +--- l5.c.orig Fri Nov 21 05:56:24 2003 ++++ l5.c Fri Nov 21 05:56:41 2003 +@@ -9,11 +9,6 @@ + #include <stdio.h> + #include <fcntl.h> + +-/* architecture dependencies? XXX: UNTESTED -- someone? please?? */ +-#ifdef __alpha /* XXX */ +-#define long int +-#endif +- + /* general portability stuff, somewhat sleazed from TW */ + #if (defined(SYSV) && (SYSV < 3)) + #include <limits.h> |