[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Tobias Stoeckmann <tobias_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Fri, 9 Nov 2007 09:03:25 -0700 (MST)
CVSROOT: /cvs
Module name: src
Changes by: tobias_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2007/11/09 09:03:25
Modified files:
usr.bin/cvs : config.c
Log message:
An umask is octet not decimal. This means we cannot use strtonum() to
parse it due to base 10. Instead strtol() with base 8 must be used.
Visit your host, monkey.org