diff options
Diffstat (limited to 'sys/dev/ep/if_ep_eisa.c')
-rw-r--r-- | sys/dev/ep/if_ep_eisa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ep/if_ep_eisa.c b/sys/dev/ep/if_ep_eisa.c index 63be85c..f0bef6d 100644 --- a/sys/dev/ep/if_ep_eisa.c +++ b/sys/dev/ep/if_ep_eisa.c @@ -70,7 +70,7 @@ #define TRANS_AUI 0x4000 #define TRANS_BNC 0xc000 -static const char *ep_match __P((eisa_id_t type)); +static const char *ep_match(eisa_id_t type); static const char* ep_match(eisa_id_t type) |