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/bsdos/bsdos_ioctl.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/compat/bsdos/bsdos_ioctl.c')
-rw-r--r-- | sys/compat/bsdos/bsdos_ioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/bsdos/bsdos_ioctl.c b/sys/compat/bsdos/bsdos_ioctl.c index 588a1439ce5..36872c7f9e0 100644 --- a/sys/compat/bsdos/bsdos_ioctl.c +++ b/sys/compat/bsdos/bsdos_ioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bsdos_ioctl.c,v 1.1 1999/11/13 22:13:00 millert Exp $ */ +/* $OpenBSD: bsdos_ioctl.c,v 1.2 2002/03/14 01:26:49 millert Exp $ */ /* * Copyright (c) 1999 Todd C. Miller <Todd.Miller@courtesan.com> @@ -42,7 +42,7 @@ #include <compat/common/compat_util.h> -static void bsdos_to_oss __P((struct bsdos_sys_ioctl_args *, struct oss_sys_ioctl_args *)); +static void bsdos_to_oss(struct bsdos_sys_ioctl_args *, struct oss_sys_ioctl_args *); /* * BSD/OS and OSS have different values for IOC_*. Also, |