makefs: remove archaic __P prototypes from ufs_bswap.h

This reduces differences with NetBSD

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2017-03-02 04:08:14 +00:00
parent a5d8db32f8
commit 50c088a006

View File

@ -55,10 +55,6 @@
#if !defined(_KERNEL) || defined(FFS_EI)
/* inlines for access to swapped data */
static __inline u_int16_t ufs_rw16 __P((u_int16_t, int));
static __inline u_int32_t ufs_rw32 __P((u_int32_t, int));
static __inline u_int64_t ufs_rw64 __P((u_int64_t, int));
static __inline u_int16_t
ufs_rw16(u_int16_t a, int ns)
{