diff options
author | Mark Murray <markm@FreeBSD.org> | 2004-08-18 18:33:58 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2004-08-18 18:33:58 +0000 |
commit | a9be257d9ba450f402a60e92a10413c9eb3479e3 (patch) | |
tree | 8e2004b31624fb4d5386d51043316a6b81d42cc8 /lang/gcl/files/patch-h_linux.h | |
parent | Fix build with gcc-3.4 (diff) |
Update to v 2.6.5.
Diffstat (limited to 'lang/gcl/files/patch-h_linux.h')
-rw-r--r-- | lang/gcl/files/patch-h_linux.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/gcl/files/patch-h_linux.h b/lang/gcl/files/patch-h_linux.h deleted file mode 100644 index ca6193c2d244..000000000000 --- a/lang/gcl/files/patch-h_linux.h +++ /dev/null @@ -1,16 +0,0 @@ -Index: h/linux.h -=================================================================== -RCS file: /cvsroot/gcl/gcl/h/linux.h,v -retrieving revision 1.7.6.4 -diff -u -d -b -B -r1.7.6.4 linux.h ---- h/linux.h 3 May 2004 21:35:58 -0000 1.7.6.4 -+++ h/linux.h 19 Jul 2004 13:19:34 -0000 -@@ -138,8 +138,6 @@ - sprintf(command, "ld -d -S -N -x -A %s -T %x %s %s -o %s", \ - main,start,input,ldarg,output) - --#define SET_SESSION_ID() (setpgrp() ? -1 : 0) -- - #define CLEANUP_CODE \ - setbuf(stdin,0); \ - setbuf(stdout,0); |