From 1446c087f9e5d00c2c571f5ec064b4c520003191 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 3 May 1996 22:30:04 +0000 Subject: (EXEC_INHERITED): Macro removed. --- hurd/hurd_types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index 2f8c0507..50887d2c 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -74,7 +74,6 @@ typedef struct stat io_statbuf_t; #define EXEC_DEFAULTS 0x00000004 /* Use defaults for unspecified ports. */ /* These two are passed through by the exec server but not examined by it. */ #define EXEC_STACK_ARGS 0x00000010 /* Use arguments from stack, not RPC. */ -#define EXEC_INHERITED (EXEC_TRACED) /* Flags inherited by later execs. */ /* Bits for flags in fs.defs:file_set_translator call: */ #define FS_TRANS_FORCE 0x00000001 /* Must use translator(no sht circuit) */ -- cgit v1.2.3