Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/libexec/ld.aout_so Pull up revsion 1.17 (via patch, req...



details:   https://anonhg.NetBSD.org/src/rev/dd5a268ec8ae
branches:  netbsd-1-4
changeset: 471267:dd5a268ec8ae
user:      he <he%NetBSD.org@localhost>
date:      Sun Apr 01 15:49:24 2001 +0000

description:
Pull up revsion 1.17 (via patch, requested by itohy):
  Several changes to consolidate with main trunk:
   o Use <link_aout.h> for the benefit of cross compiling.

diffstat:

 libexec/ld.aout_so/shlib.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 416c1a8e3b85 -r dd5a268ec8ae libexec/ld.aout_so/shlib.c
--- a/libexec/ld.aout_so/shlib.c        Sun Apr 01 15:48:57 2001 +0000
+++ b/libexec/ld.aout_so/shlib.c        Sun Apr 01 15:49:24 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: shlib.c,v 1.16.2.1 2000/06/01 17:46:23 he Exp $        */
+/*     $NetBSD: shlib.c,v 1.16.2.2 2001/04/01 15:49:24 he Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -55,7 +55,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <paths.h>
-#include <link.h>
+#include <link_aout.h>
 
 #include "shlib.h"
 



Home | Main Index | Thread Index | Old Index