From 1446d094292532062a83b8dc4587f9b62a6120df Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 19 Mar 2002 22:20:14 +0000 Subject: Remove __P. --- sys/fs/msdosfs/msdosfsmount.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/fs/msdosfs/msdosfsmount.h') diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h index 1b98219..8099dee 100644 --- a/sys/fs/msdosfs/msdosfsmount.h +++ b/sys/fs/msdosfs/msdosfsmount.h @@ -196,9 +196,9 @@ struct msdosfsmount { #define fsi_size(pmp) \ (1024 << ((pmp)->pm_BlkPerSec >> 2)) -int msdosfs_init __P((struct vfsconf *vfsp)); -int msdosfs_uninit __P((struct vfsconf *vfsp)); -int msdosfs_mountroot __P((void)); +int msdosfs_init(struct vfsconf *vfsp); +int msdosfs_uninit(struct vfsconf *vfsp); +int msdosfs_mountroot(void); #endif /* _KERNEL */ -- cgit v1.1