summaryrefslogtreecommitdiffstats
path: root/sys/sys/user.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-01-13 03:11:43 +0000
committerjulian <julian@FreeBSD.org>1999-01-13 03:11:43 +0000
commite9b13157adc0dcf82b368db4a29c2728850d35b9 (patch)
tree32f3c30cb42c2a0c4c22e7ac7764e0a431e9a5e4 /sys/sys/user.h
parent2932c02b42074fca679fe67898f398003dfbd687 (diff)
downloadFreeBSD-src-e9b13157adc0dcf82b368db4a29c2728850d35b9.zip
FreeBSD-src-e9b13157adc0dcf82b368db4a29c2728850d35b9.tar.gz
Re-enable the options in ps(1) that were disabled with the Linux
threads support. Submitted by: "Richard Seaman, Jr." <dick@tar.com>
Diffstat (limited to 'sys/sys/user.h')
-rw-r--r--sys/sys/user.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h
index df67154..2f8e393 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)user.h 8.2 (Berkeley) 9/23/93
- * $Id: user.h,v 1.17 1998/12/19 02:55:34 julian Exp $
+ * $Id: user.h,v 1.18 1999/01/07 21:23:47 julian Exp $
*/
#ifndef _SYS_USER_H_
@@ -69,6 +69,9 @@ struct kinfo_proc {
struct session *e_sess; /* session pointer */
struct pcred e_pcred; /* process credentials */
struct ucred e_ucred; /* current credentials */
+#ifdef COMPAT_LINUX_THREADS
+ struct procsig e_procsig; /* shared signal structure */
+#endif
struct vmspace e_vm; /* address space */
pid_t e_ppid; /* parent process id */
pid_t e_pgid; /* process group id */
OpenPOWER on IntegriCloud