Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/bin/ksh
Module Name: src
Committed By: sjg
Date: Sun Sep 14 05:00:23 UTC 2008
Modified Files:
src/bin/ksh: c_ulimit.c
Log Message:
Avoid sign extention problems leading to:
$ ulimit -dH
3145728
$ ulimit -d 3145728
ksh: ulimit: bad limit: Invalid argument
$
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/bin/ksh/c_ulimit.c
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