svn commit: r253915 - head/sys/sys

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Aug 3 13:38:56 UTC 2013


Author: trasz
Date: Sat Aug  3 13:38:56 2013
New Revision: 253915
URL: http://svnweb.freebsd.org/changeset/base/253915

Log:
  Fix typo.

Modified:
  head/sys/sys/priv.h

Modified: head/sys/sys/priv.h
==============================================================================
--- head/sys/sys/priv.h	Sat Aug  3 13:31:10 2013	(r253914)
+++ head/sys/sys/priv.h	Sat Aug  3 13:38:56 2013	(r253915)
@@ -158,7 +158,8 @@
 #define	PRIV_PROC_SETRLIMIT	162	/* Can raise resources limits. */
 #define	PRIV_PROC_SETLOGINCLASS	163	/* Can call setloginclass(2). */
 
-/* System V IPC privileges.
+/*
+ * System V IPC privileges.
  */
 #define	PRIV_IPC_READ		170	/* Can override IPC read perm. */
 #define	PRIV_IPC_WRITE		171	/* Can override IPC write perm. */


More information about the svn-src-head mailing list