Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2011 21:01:51 +0000 (UTC)
From:      Mikolaj Golub <trociny@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228046 - head/sys/sys
Message-ID:  <201111272101.pARL1q30056322@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trociny
Date: Sun Nov 27 21:01:51 2011
New Revision: 228046
URL: http://svn.freebsd.org/changeset/base/228046

Log:
  This should have been committed in r228030.
  
  MFC after:	2 weeks

Modified:
  head/sys/sys/sysctl.h

Modified: head/sys/sys/sysctl.h
==============================================================================
--- head/sys/sys/sysctl.h	Sun Nov 27 20:24:07 2011	(r228045)
+++ head/sys/sys/sysctl.h	Sun Nov 27 21:01:51 2011	(r228046)
@@ -562,6 +562,7 @@ SYSCTL_ALLOWED_TYPES(UINT64, uint64_t *a
 #define	KERN_PROC_ENV		35	/* get environment */
 #define	KERN_PROC_AUXV		36	/* get ELF auxiliary vector */
 #define	KERN_PROC_RLIMIT	37	/* process resource limits */
+#define	KERN_PROC_PS_STRINGS	38	/* get ps_strings location */
 
 /*
  * KERN_IPC identifiers



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