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 Don't include the ident .note assembly whe...



details:   https://anonhg.NetBSD.org/src/rev/ec7aea6a6b87
branches:  trunk
changeset: 473691:ec7aea6a6b87
user:      kleink <kleink%NetBSD.org@localhost>
date:      Tue Jun 15 15:54:28 1999 +0000

description:
Don't include the ident .note assembly when linting.

diffstat:

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

diffs (19 lines):

diff -r 7fac14c81140 -r ec7aea6a6b87 libexec/ld.elf_so/rtld.c
--- a/libexec/ld.elf_so/rtld.c  Tue Jun 15 15:26:34 1999 +0000
+++ b/libexec/ld.elf_so/rtld.c  Tue Jun 15 15:54:28 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtld.c,v 1.19 1999/05/31 14:48:16 kleink Exp $  */
+/*     $NetBSD: rtld.c,v 1.20 1999/06/15 15:54:28 kleink Exp $  */
 
 /*
  * Copyright 1996 John D. Polstra.
@@ -55,7 +55,9 @@
 #include "debug.h"
 #include "rtld.h"
 
+#if !defined(lint)
 #include "sysident.h"
+#endif
 
 /*
  * Debugging support.



Home | Main Index | Thread Index | Old Index