diff options
| author | pk <pk@NetBSD.org> | 1995-10-09 00:09:39 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 1995-10-09 00:09:39 +0000 |
| commit | 9d43c41208a799e03e3a67bb3f531c90d0784b64 (patch) | |
| tree | 3cff28d4263da5dabd7a142773c4ac293bdc67ef /libexec | |
| parent | 389dfb1ebdb41e04dd5390e0b65681fe124a68d5 (diff) | |
New style RCS IDs.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.aout_so/Makefile | 2 | ||||
| -rw-r--r-- | libexec/ld.aout_so/rtld.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.aout_so/Makefile b/libexec/ld.aout_so/Makefile index 35fff008a17..538281d964e 100644 --- a/libexec/ld.aout_so/Makefile +++ b/libexec/ld.aout_so/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1995/08/25 10:08:45 pk Exp $ +# $NetBSD: Makefile,v 1.11 1995/10/09 00:11:24 pk Exp $ PROG= ld.so SRCS= mdprologue.S rtld.c malloc.c shlib.c etc.c md.c vfprintf.c diff --git a/libexec/ld.aout_so/rtld.c b/libexec/ld.aout_so/rtld.c index 397296763a5..ffe162f3a0d 100644 --- a/libexec/ld.aout_so/rtld.c +++ b/libexec/ld.aout_so/rtld.c @@ -1,3 +1,4 @@ +/* $NetBSD: rtld.c,v 1.39 1995/10/09 00:11:26 pk Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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: rtld.c,v 1.38 1995/10/08 23:43:30 pk Exp $ */ #include <sys/param.h> |
