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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
