Nuke some emul flags.

This commit is contained in:
mycroft 2000-12-09 07:06:52 +00:00
parent 547de8a6a3
commit 284474bf6e
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: proc.h,v 1.113 2000/12/01 17:59:12 jdolecek Exp $ */
/* $NetBSD: proc.h,v 1.114 2000/12/09 07:06:52 mycroft Exp $ */
/*-
* Copyright (c) 1986, 1989, 1991, 1993
@ -110,9 +110,7 @@ struct emul {
};
#define EMUL_HAS_SYS___syscall 0x001 /* has SYS___syscall */
#define EMUL_GETPID_PASS_PPID 0x002 /* pass parent pid in getpid() */
#define EMUL_GETID_PASS_EID 0x003 /* pass also effective id in
* get[ug]id() */
/*
* Description of a process.
*