Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2012 17:01:28 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r237848 - head/sys/sys
Message-ID:  <201206301701.q5UH1SmU031288@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sat Jun 30 17:01:28 2012
New Revision: 237848
URL: http://svn.freebsd.org/changeset/base/237848

Log:
  Remove stray blank line.
  
  MFC after:	3 days

Modified:
  head/sys/sys/proc.h

Modified: head/sys/sys/proc.h
==============================================================================
--- head/sys/sys/proc.h	Sat Jun 30 16:36:22 2012	(r237847)
+++ head/sys/sys/proc.h	Sat Jun 30 17:01:28 2012	(r237848)
@@ -627,7 +627,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(). */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206301701.q5UH1SmU031288>