diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-09 13:29:20 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-09 13:29:20 +0000 |
commit | 7a61657679f0c13a9eb3955baaf58991a444cfd0 (patch) | |
tree | 83b16f5b426330db8351d6cc3fe4e3748328a238 /app-shells | |
parent | version bump (diff) | |
download | gentoo-2-7a61657679f0c13a9eb3955baaf58991a444cfd0.tar.gz gentoo-2-7a61657679f0c13a9eb3955baaf58991a444cfd0.tar.bz2 gentoo-2-7a61657679f0c13a9eb3955baaf58991a444cfd0.zip |
added patch
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/files/tcsh-6.11-tc.os.h-gentoo.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-shells/tcsh/files/tcsh-6.11-tc.os.h-gentoo.diff b/app-shells/tcsh/files/tcsh-6.11-tc.os.h-gentoo.diff new file mode 100644 index 000000000000..b7faeaf7424a --- /dev/null +++ b/app-shells/tcsh/files/tcsh-6.11-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) |