Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: agc
Date: Thu Jul 8 12:48:43 UTC 1999
Added Files:
pkgsrc/shells/tcsh/patches: patch-ah
Log Message:
Solaris 2.6 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.
To generate a diff of this commit:
cvs rdiff -r0 -r1.3 pkgsrc/shells/tcsh/patches/patch-ah
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index