diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 02:08:01 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 02:08:01 +0000 |
| commit | e51a25f8505c7f9c6684c928bb59b0bda2fc039b (patch) | |
| tree | 13b2f09af75205c81c286aaf60527ae3de623e14 /sys/dev/ep/if_ep_eisa.c | |
| parent | c605e9e62f94150fea168cf43328076ea7789885 (diff) | |
Notes
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 63be85c39fae..f0bef6d740a6 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) |
