From 50c088a0063373e6b8461b8c267542ffcb291b64 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 2 Mar 2017 04:08:14 +0000 Subject: [PATCH] makefs: remove archaic __P prototypes from ufs_bswap.h This reduces differences with NetBSD Sponsored by: The FreeBSD Foundation --- usr.sbin/makefs/ffs/ufs_bswap.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usr.sbin/makefs/ffs/ufs_bswap.h b/usr.sbin/makefs/ffs/ufs_bswap.h index 6e7cc422cab1..64b07b51053d 100644 --- a/usr.sbin/makefs/ffs/ufs_bswap.h +++ b/usr.sbin/makefs/ffs/ufs_bswap.h @@ -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) {