OpenBSD CVS

CVS log for src/usr.bin/cdio/cdio.c


[BACK] Up to [local] / src / usr.bin / cdio

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_3_1_BASE


Revision 1.23 / (download) - annotate - [select for diffs], Fri Mar 22 03:43:37 2002 UTC (22 years, 2 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.22: +5 -5 lines
Diff to previous 1.22 (colored)

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);

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.