1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/security/l5/files/patch-l5.c
2003-11-21 13:59:03 +00:00

15 lines
372 B
C

--- 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>