diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/compat/ossaudio/ossaudio.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/compat/ossaudio/ossaudio.h')
-rw-r--r-- | sys/compat/ossaudio/ossaudio.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/compat/ossaudio/ossaudio.h b/sys/compat/ossaudio/ossaudio.h index b4d345706c6..6dc990e90c8 100644 --- a/sys/compat/ossaudio/ossaudio.h +++ b/sys/compat/ossaudio/ossaudio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ossaudio.h,v 1.2 1998/04/26 22:15:44 provos Exp $ */ +/* $OpenBSD: ossaudio.h,v 1.3 2002/03/14 01:26:50 millert Exp $ */ /* $NetBSD: ossaudio.h,v 1.5 1997/10/16 16:49:37 augustss Exp $ */ /* @@ -36,9 +36,9 @@ struct oss_sys_ioctl_args; -int oss_ioctl_audio __P((struct proc *, struct oss_sys_ioctl_args *, - register_t *)); -int oss_ioctl_mixer __P((struct proc *, struct oss_sys_ioctl_args *, - register_t *)); -int oss_ioctl_sequencer __P((struct proc *, struct oss_sys_ioctl_args *, - register_t *)); +int oss_ioctl_audio(struct proc *, struct oss_sys_ioctl_args *, + register_t *); +int oss_ioctl_mixer(struct proc *, struct oss_sys_ioctl_args *, + register_t *); +int oss_ioctl_sequencer(struct proc *, struct oss_sys_ioctl_args *, + register_t *); |