Date: Sat, 31 Jan 2009 10:04:36 +0000 (UTC) From: Tom Rhodes <trhodes@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r187945 - head/sys/sys Message-ID: <200901311004.n0VA4arh018046@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901311004.n0VA4arh018046>