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/netbsd/netbsd_file.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/compat/netbsd/netbsd_file.c')
-rw-r--r-- | sys/compat/netbsd/netbsd_file.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/netbsd/netbsd_file.c b/sys/compat/netbsd/netbsd_file.c index 61d19bd5c6a..65f6f7c77bf 100644 --- a/sys/compat/netbsd/netbsd_file.c +++ b/sys/compat/netbsd/netbsd_file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netbsd_file.c,v 1.2 2002/02/12 18:41:20 art Exp $ */ +/* $OpenBSD: netbsd_file.c,v 1.3 2002/03/14 01:26:50 millert Exp $ */ /* $NetBSD: freebsd_file.c,v 1.3 1996/05/03 17:03:09 christos Exp $ */ /* @@ -60,9 +60,9 @@ const char netbsd_emul_path[] = "/emul/netbsd"; #if 0 -static char * convert_from_netbsd_mount_type __P((int)); -void statfs_to_netbsd_statfs __P((struct proc *, struct mount *, - struct statfs *, struct netbsd_statfs *)); +static char * convert_from_netbsd_mount_type(int); +void statfs_to_netbsd_statfs(struct proc *, struct mount *, + struct statfs *, struct netbsd_statfs *); struct netbsd_statfs { long f_spare2; /* placeholder */ |