diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-13 13:46:09 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-13 13:46:09 +0000 |
commit | 0143053d7706c0ea29cb5845e9a6c57b7fae5c39 (patch) | |
tree | 386c050a4f73da7a11bd17bbbdd7f205541ee71f /app-shells/tcsh/files | |
parent | Added USE perl for optional html doc generation (diff) | |
download | historical-0143053d7706c0ea29cb5845e9a6c57b7fae5c39.tar.gz historical-0143053d7706c0ea29cb5845e9a6c57b7fae5c39.tar.bz2 historical-0143053d7706c0ea29cb5845e9a6c57b7fae5c39.zip |
A patch to compile tcsh with glibc-2.2.2
Diffstat (limited to 'app-shells/tcsh/files')
-rw-r--r-- | app-shells/tcsh/files/tcsh-6.10-tc.os.h-gentoo.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-shells/tcsh/files/tcsh-6.10-tc.os.h-gentoo.diff b/app-shells/tcsh/files/tcsh-6.10-tc.os.h-gentoo.diff new file mode 100644 index 000000000000..b7faeaf7424a --- /dev/null +++ b/app-shells/tcsh/files/tcsh-6.10-tc.os.h-gentoo.diff @@ -0,0 +1,10 @@ +--- tc.os.h~ Sat Nov 11 23:03:39 2000 ++++ tc.os.h Fri Apr 13 15:32:16 2001 +@@ -88,6 +88,7 @@ + + #if defined(linux) || defined(__NetBSD__) || defined(__FreeBSD__) || SYSVREL >= 4 || defined(_MINIX_VMD) + # undef NEEDstrerror ++# include <time.h> + #endif /* linux || __NetBSD__ || __FreeBSD__ || SYSVREL >= 4 || _MINIX_VMD */ + + #if !defined(pyr) && !defined(sinix) |