diff options
| author | kleink <kleink@NetBSD.org> | 1999-06-15 15:54:28 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1999-06-15 15:54:28 +0000 |
| commit | 571aef82d9f4822dc1ef99f52cacee77b1d1d170 (patch) | |
| tree | 0ecf66da1e836c9758693b519c4ad95a4dd481f4 /libexec | |
| parent | 857dfc7058bac019eed3f56f40b13100938b28e5 (diff) | |
Don't include the ident .note assembly when linting.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.elf_so/rtld.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/ld.elf_so/rtld.c b/libexec/ld.elf_so/rtld.c index 1e94c05ae9b..c325c88564f 100644 --- a/libexec/ld.elf_so/rtld.c +++ b/libexec/ld.elf_so/rtld.c @@ -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. |
