makefs: remove archaic __P prototypes from ufs_bswap.h
This reduces differences with NetBSD Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a5d8db32f8
commit
50c088a006
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user