svn commit: r187945 - head/sys/sys

Tom Rhodes trhodes at FreeBSD.org
Sat Jan 31 02:04:37 PST 2009


Author: trhodes
Date: Sat Jan 31 10:04:36 2009
New Revision: 187945
URL: http://svn.freebsd.org/changeset/base/187945

Log:
  Fix a typo in a comment.

Modified:
  head/sys/sys/unistd.h

Modified: head/sys/sys/unistd.h
==============================================================================
--- head/sys/sys/unistd.h	Sat Jan 31 08:24:09 2009	(r187944)
+++ head/sys/sys/unistd.h	Sat Jan 31 10:04:36 2009	(r187945)
@@ -178,7 +178,7 @@
 #define	RFSIGSHARE	(1<<14)	/* share signal handlers */
 #define	RFLINUXTHPN	(1<<16)	/* do linux clone exit parent notification */
 #define	RFSTOPPED	(1<<17)	/* leave child in a stopped state */
-#define	RFHIGHPID	(1<<18)	/* use a pid higher then 10 (idleproc) */
+#define	RFHIGHPID	(1<<18)	/* use a pid higher than 10 (idleproc) */
 #define	RFPPWAIT	(1<<31)	/* parent sleeps until child exits (vfork) */
 #define	RFKERNELONLY	(RFSTOPPED | RFHIGHPID | RFPPWAIT)
 


More information about the svn-src-all mailing list