Date: Thu, 2 Mar 2017 04:08:14 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314536 - head/usr.sbin/makefs/ffs Message-ID: <201703020408.v2248EWB079829@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Thu Mar 2 04:08:14 2017 New Revision: 314536 URL: https://svnweb.freebsd.org/changeset/base/314536 Log: makefs: remove archaic __P prototypes from ufs_bswap.h This reduces differences with NetBSD Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/makefs/ffs/ufs_bswap.h Modified: head/usr.sbin/makefs/ffs/ufs_bswap.h ============================================================================== --- head/usr.sbin/makefs/ffs/ufs_bswap.h Thu Mar 2 03:19:39 2017 (r314535) +++ head/usr.sbin/makefs/ffs/ufs_bswap.h Thu Mar 2 04:08:14 2017 (r314536) @@ -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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703020408.v2248EWB079829>