summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-17 16:00:02 +0000
committeragc <agc@pkgsrc.org>1999-08-17 16:00:02 +0000
commit8474d59eefaf0505b257960215c97090c26ce80c (patch)
treec621799148a70cc544dc74298ac72cfc0beb14b5 /shells/tcsh/patches
parent0c776e4efad96b9ddc708cbd5e9db949158837d6 (diff)
downloadpkgsrc-8474d59eefaf0505b257960215c97090c26ce80c.tar.gz
Remove obsolete patch, and regen checksum file.
On Solaris, work around a configure script bug - pass the Operating System version to configure.
Diffstat (limited to 'shells/tcsh/patches')
-rw-r--r--shells/tcsh/patches/patch-ah18
1 files changed, 0 insertions, 18 deletions
diff --git a/shells/tcsh/patches/patch-ah b/shells/tcsh/patches/patch-ah
deleted file mode 100644
index 59bd38e2f8c..00000000000
--- a/shells/tcsh/patches/patch-ah
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ah,v 1.3 1999/07/08 12:48:42 agc Exp $
-
-Solaris redefines rlimit to rlimit64, to catch the rlimit() call when
-function names are re-defined. Unfortunately, it also does that after
-defining "struct rlimit", and so we lose because it can't find the
-structure. So we get to redefine it ourselves before <sys/resource.h>
-is included. Thanks, guys.
-
---- sh.h 1998/09/18 16:09:13 3.85
-+++ sh.h 1999/03/08 13:14:06
-@@ -224,6 +224,7 @@
- # include <sys/sysinfo.h>
- # else
- # define sysrusage rusage
-+# define rlimit rlimit64
- # include <sys/resource.h>
- # endif /* convex */
- # endif /* SYSVREL>3 */