diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2017-03-02 04:08:14 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2017-03-02 04:08:14 +0000 |
| commit | 50c088a0063373e6b8461b8c267542ffcb291b64 (patch) | |
| tree | 45d7ca7f8dec277f656096332023c18fb3020005 | |
| parent | a5d8db32f826ecc08ddcc217fd39fbb483c4a952 (diff) | |
makefs: remove archaic __P prototypes from ufs_bswap.h
This reduces differences with NetBSD
Sponsored by: The FreeBSD Foundation
Notes
svn path=/head/; revision=314536
| -rw-r--r-- | usr.sbin/makefs/ffs/ufs_bswap.h | 4 |
1 files changed, 0 insertions, 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) { |
