[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: Joris Vink <joris_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Sat, 1 Apr 2006 11:02:55 -0700 (MST)
CVSROOT: /cvs
Module name: src
Changes by: joris_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2006/04/01 11:02:55
Modified files:
usr.bin/cvs : rcs.c
Log message:
don't use mode_t with va_arg(), use int instead and cast it later to
mode_t. doing it the other way around isn't portable as mode_t may
vary from int on some systems to short on others.
noticed by deraadt@
Visit your host, monkey.org