[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: Marc Espie <espie_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Thu, 21 Mar 2002 20:43:37 -0700 (MST)
CVSROOT: /cvs
Module name: src
Changes by: espie_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2002/03/21 20:43:37
Modified files:
usr.bin/cdio : cdio.c
Log message:
Add missing prototypes.
Convert lba2msf definition to ANSI-style, so that it matches the prototype
Old-style function declarations undergo argument promotion, and thus:
void
f(a)
char a;
{}
actually matches
void f(int a);
Visit your host, monkey.org