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_FreeBSD.h | |
parent | Fix build with gcc-3.4 (diff) |
Update to v 2.6.5.
Diffstat (limited to 'lang/gcl/files/patch-h_FreeBSD.h')
-rw-r--r-- | lang/gcl/files/patch-h_FreeBSD.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/gcl/files/patch-h_FreeBSD.h b/lang/gcl/files/patch-h_FreeBSD.h new file mode 100644 index 000000000000..cd19f8d4630c --- /dev/null +++ b/lang/gcl/files/patch-h_FreeBSD.h @@ -0,0 +1,19 @@ +Index: h/FreeBSD.h +=================================================================== +RCS file: /cvsroot/gcl/gcl/h/FreeBSD.h,v +retrieving revision 1.2.6.2.2.2 +diff -u -d -r1.2.6.2.2.2 FreeBSD.h +--- h/FreeBSD.h 12 Jun 2004 16:28:15 -0000 1.2.6.2.2.2 ++++ h/FreeBSD.h 18 Aug 2004 16:29:43 -0000 +@@ -32,6 +32,11 @@ + #endif + #include "linux.h" + ++#if defined(SET_SESSION_ID) ++#undef SET_SESSION_ID ++#endif ++#define SET_SESSION_ID() (setpgrp(0,0) ? -1 : 0) ++ + #if defined(__i386__) + #define I386 + #endif |