svn commit: r238062 - stable/9/sys/sys

Konstantin Belousov kib at FreeBSD.org
Tue Jul 3 08:40:22 UTC 2012


Author: kib
Date: Tue Jul  3 08:40:20 2012
New Revision: 238062
URL: http://svn.freebsd.org/changeset/base/238062

Log:
  MFC r237848:
  Remove stray blank line.

Modified:
  stable/9/sys/sys/proc.h
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/sys/proc.h
==============================================================================
--- stable/9/sys/sys/proc.h	Tue Jul  3 08:23:22 2012	(r238061)
+++ stable/9/sys/sys/proc.h	Tue Jul  3 08:40:20 2012	(r238062)
@@ -624,7 +624,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_ORPHAN	0x2000000 /* Orphaned. */
 #define	P_INEXEC	0x4000000 /* Process is in execve(). */


More information about the svn-src-all mailing list