svn commit: r314536 - head/usr.sbin/makefs/ffs

Ed Maste emaste at FreeBSD.org
Thu Mar 2 04:08:16 UTC 2017


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)
 {


More information about the svn-src-all mailing list