put back p_ename, lost in the previous commit.

This commit is contained in:
christos 2006-11-02 13:28:25 +00:00
parent 7e8b842ffa
commit 4055c640a2
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysctl.h,v 1.162 2006/11/01 22:27:43 christos Exp $ */
/* $NetBSD: sysctl.h,v 1.163 2006/11/02 13:28:25 christos Exp $ */
/*
* Copyright (c) 1989, 1993
@ -438,6 +438,7 @@ struct kinfo_proc {
#define KI_MAXCOMLEN 24 /* extra for 8 byte alignment */
#define KI_WMESGLEN 8
#define KI_MAXLOGNAME 24 /* extra for 8 byte alignment */
#define KI_MAXEMULLEN 16
#define KI_NOCPU (~(uint64_t)0)
@ -560,6 +561,7 @@ struct kinfo_proc2 {
uint64_t p_realstat; /* LONG: non-LWP process status */
uint32_t p_svuid; /* UID_T: saved user id */
uint32_t p_svgid; /* GID_T: saved group id */
char p_ename[KI_MAXEMULLEN]; /* emulation name */
};
/*