diff options
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) |
