diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-03-22 03:43:38 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-03-22 03:43:38 +0000 |
commit | fcb31de5806d4c18853916128f7028de7c88a63c (patch) | |
tree | 42d22111d2d83fe305405cc2c14e9c426998484b /usr.bin/whatis | |
parent | e275d3e0530cdcc7a5fe1ba81f9f2418e4917d8d (diff) |
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);
Diffstat (limited to 'usr.bin/whatis')
0 files changed, 0 insertions, 0 deletions