Ansification of source.

This commit is contained in:
Matt Jacob 2001-04-04 21:43:43 +00:00
parent 534bd9fecb
commit 56f7a63a7a

View File

@ -329,5 +329,5 @@ typedef struct {
int r_inst;
int r_lunwidth;
int r_buswidth;
void (*r_action) __P((int, void *));
void (*r_action)(int, void *);
} hba_register_t;