Minor ANSI tweaks.

This commit is contained in:
Warner Losh 2008-11-17 22:05:53 +00:00
parent 9fe9800cb5
commit 3b3133ed78

View File

@ -44,8 +44,7 @@ static const char rcsid[] =
int nocards; int nocards;
static void static void
scan(slot) scan(int slot)
int slot;
{ {
int fd; int fd;
char name[64]; char name[64];
@ -71,9 +70,7 @@ scan(slot)
} }
void void
dump(p, sz) dump(unsigned char *p, int sz)
unsigned char *p;
int sz;
{ {
int ad = 0, i; int ad = 0, i;