From 50fa2e2ccbe62fa98c593ef4fcf9ecca2d0937ec Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@gnu.org>
Date: Mon, 13 Mar 2000 22:47:25 +0000
Subject: 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.
---
 exec/priv.h | 2 --
 1 file changed, 2 deletions(-)

(limited to 'exec/priv.h')

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
-- 
cgit v1.2.3