Minor ANSI tweaks.

This commit is contained in:
Warner Losh 2008-11-17 22:05:53 +00:00
parent 9fe9800cb5
commit 3b3133ed78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185031

View File

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