diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-02-24 07:51:13 +0000 | 
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-02-24 07:51:13 +0000 | 
| commit | e9434bccf776711c92a05011a82adcd1a1801e1d (patch) | |
| tree | c03889079af42eb9458f48e208227bb52d212566 | |
| parent | 888bbd45f9c86d5836563e3b2592b4fbd9b85f6a (diff) | |
Notes
| -rw-r--r-- | lib/csu/i386/crt0.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c index 26592ba660a6..f6f0759b54ab 100644 --- a/lib/csu/i386/crt0.c +++ b/lib/csu/i386/crt0.c @@ -27,7 +27,7 @@   * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * - *	$Id: crt0.c,v 1.14 1994/09/24 16:01:30 ache Exp $ + *	$Id: crt0.c,v 1.15 1995/02/07 13:27:29 jkh Exp $   */ @@ -193,7 +193,6 @@ __do_dynamic_link ()  	struct crt_ldso	crt;  	struct exec	hdr;  	char		*ldso; -	int		dupzfd;  	int		(*entry)();  #ifdef DEBUG | 
