Source-Changes-HG archive

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

[src/trunk]: src/libexec/ld.elf_so Adjust a comment after the Great Renaming.



details:   https://anonhg.NetBSD.org/src/rev/562f3bdec592
branches:  trunk
changeset: 495388:562f3bdec592
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Jul 27 10:44:39 2000 +0000

description:
Adjust a comment after the Great Renaming.

diffstat:

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

diffs (18 lines):

diff -r 1267eeb0155a -r 562f3bdec592 libexec/ld.elf_so/search.c
--- a/libexec/ld.elf_so/search.c        Thu Jul 27 10:12:31 2000 +0000
+++ b/libexec/ld.elf_so/search.c        Thu Jul 27 10:44:39 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: search.c,v 1.9 1999/11/04 02:00:18 erh Exp $    */
+/*     $NetBSD: search.c,v 1.10 2000/07/27 10:44:39 kleink Exp $        */
 
 /*
  * Copyright 1996 Matt Thomas <matt%3am-software.com@localhost>
@@ -76,7 +76,7 @@
        if (read(fd, &ehdr, sizeof(ehdr)) != sizeof(ehdr))
                goto lose;
 
-       /* Elf_e_ident includes class */
+       /* ELF_Ehdr.e_ident includes class */
        if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0 ||
            ehdr.e_ident[EI_CLASS] != ELFCLASS)
                goto lose;



Home | Main Index | Thread Index | Old Index