summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-03-13 22:47:25 +0000
committerRoland McGrath <roland@gnu.org>2000-03-13 22:47:25 +0000
commit50fa2e2ccbe62fa98c593ef4fcf9ecca2d0937ec (patch)
tree4066e5d1f6a7798da217e8f6a70d4f720e67650e /exec
parent7d1da3ba3445ea871228eaad447ebcd312b7b6cc (diff)
2000-03-13 Roland McGrath <roland@baalperazim.frob.com>
* priv.h (EXECDATA_STREAM): Define this only #ifdef BFD. The non-BFD exec server is now completely independent of stdio magic; it uses only those interfaces documented in the C library manual, which are provided both by old GNU stdio and by GNU libio. Resurrecting the BFD exec server will require using magic again, for which libio-specific magic needs to be written.
Diffstat (limited to 'exec')
-rw-r--r--exec/priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/exec/priv.h b/exec/priv.h
index 1e836c55..7b202735 100644
--- a/exec/priv.h
+++ b/exec/priv.h
@@ -72,8 +72,6 @@ typedef struct trivfs_protid *trivfs_protid_t; /* For MiG. */
extern mach_port_t procserver; /* Our proc port. */
-#define EXECDATA_STREAM /* XXX */
-
#ifdef BFD
#define EXECDATA_STREAM /* BFD uses stdio to access the executable. */
#else