svn commit: r303815 - user/alc/PQ_LAUNDRY/sys/sys

Alan Cox alc at FreeBSD.org
Sun Aug 7 17:07:54 UTC 2016


Author: alc
Date: Sun Aug  7 17:07:53 2016
New Revision: 303815
URL: https://svnweb.freebsd.org/changeset/base/303815

Log:
  Use "bool" where appropriate.

Modified:
  user/alc/PQ_LAUNDRY/sys/sys/vmmeter.h

Modified: user/alc/PQ_LAUNDRY/sys/sys/vmmeter.h
==============================================================================
--- user/alc/PQ_LAUNDRY/sys/sys/vmmeter.h	Sun Aug  7 15:50:08 2016	(r303814)
+++ user/alc/PQ_LAUNDRY/sys/sys/vmmeter.h	Sun Aug  7 17:07:53 2016	(r303815)
@@ -200,7 +200,7 @@ vm_laundry_target(void)
 /*
  * Return true if we are in shortfall and must begin laundering dirty memory.
  */
-static inline int
+static inline bool
 vm_laundering_needed(void)
 {
 


More information about the svn-src-user mailing list