svn commit: r238066 - stable/8/sys/sys
Konstantin Belousov
kib at FreeBSD.org
Tue Jul 3 09:11:48 UTC 2012
Author: kib
Date: Tue Jul 3 09:11:47 2012
New Revision: 238066
URL: http://svn.freebsd.org/changeset/base/238066
Log:
MFC r237848:
Remove stray blank line.
Modified:
stable/8/sys/sys/proc.h
Directory Properties:
stable/8/sys/ (props changed)
Modified: stable/8/sys/sys/proc.h
==============================================================================
--- stable/8/sys/sys/proc.h Tue Jul 3 08:47:06 2012 (r238065)
+++ stable/8/sys/sys/proc.h Tue Jul 3 09:11:47 2012 (r238066)
@@ -605,7 +605,6 @@ struct proc {
#define P_SIGEVENT 0x200000 /* Process pending signals changed. */
#define P_SINGLE_BOUNDARY 0x400000 /* Threads should suspend at user boundary. */
#define P_HWPMC 0x800000 /* Process is using HWPMCs */
-
#define P_JAILED 0x1000000 /* Process is in jail. */
#define P_INEXEC 0x4000000 /* Process is in execve(). */
#define P_STATCHILD 0x8000000 /* Child process stopped or exited. */
More information about the svn-src-stable
mailing list