diff options
Diffstat (limited to 'sys/dev/vx/if_vx_eisa.c')
-rw-r--r-- | sys/dev/vx/if_vx_eisa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vx/if_vx_eisa.c b/sys/dev/vx/if_vx_eisa.c index b231243..c51c2ef 100644 --- a/sys/dev/vx/if_vx_eisa.c +++ b/sys/dev/vx/if_vx_eisa.c @@ -58,7 +58,7 @@ #define VX_RESOURCE_CONFIG 0x0008 -static const char *vx_match __P((eisa_id_t type)); +static const char *vx_match(eisa_id_t type); static const char* vx_match(eisa_id_t type) |