diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 05:48:58 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 05:48:58 +0000 |
| commit | b63dc6ad473b82b196386d0c3dcbd1056cea81df (patch) | |
| tree | 3d74fd60e2a8454afa80afb555ded6a9f0360780 /sys/compat/netbsd/dvcfg.h | |
| parent | 69c2d429c13b29b1cb66d1990d969d1314f5960f (diff) | |
Notes
Diffstat (limited to 'sys/compat/netbsd/dvcfg.h')
| -rw-r--r-- | sys/compat/netbsd/dvcfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/netbsd/dvcfg.h b/sys/compat/netbsd/dvcfg.h index 3edc1cb2d690..5485f89faa43 100644 --- a/sys/compat/netbsd/dvcfg.h +++ b/sys/compat/netbsd/dvcfg.h @@ -50,7 +50,7 @@ struct dvcfg_hwsel { #define DVCFG_HWSEL_SZ(array) (sizeof(array) / sizeof(dvcfg_hw_t)) -static __inline dvcfg_hw_t dvcfg_hw __P((struct dvcfg_hwsel *, u_int)); +static __inline dvcfg_hw_t dvcfg_hw(struct dvcfg_hwsel *, u_int); static __inline dvcfg_hw_t dvcfg_hw(selp, num) |
