svn commit: r255374 - head/sys/kern

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat Sep 7 19:16:03 UTC 2013


Author: pjd
Date: Sat Sep  7 19:16:02 2013
New Revision: 255374
URL: http://svnweb.freebsd.org/changeset/base/255374

Log:
  Sort properly.

Modified:
  head/sys/kern/capabilities.conf

Modified: head/sys/kern/capabilities.conf
==============================================================================
--- head/sys/kern/capabilities.conf	Sat Sep  7 19:04:28 2013	(r255373)
+++ head/sys/kern/capabilities.conf	Sat Sep  7 19:16:02 2013	(r255374)
@@ -120,8 +120,8 @@ cap_rights_limit
 ##
 ## Allow read-only clock operations.
 ##
-clock_gettime
 clock_getres
+clock_gettime
 
 ##
 ## Always allow file descriptor close(2).


More information about the svn-src-head mailing list