diff --git a/sys/sys/cdefs_aout.h b/sys/sys/cdefs_aout.h index 4159881140ec..c3e4d2994fa8 100644 --- a/sys/sys/cdefs_aout.h +++ b/sys/sys/cdefs_aout.h @@ -1,4 +1,4 @@ -/* $NetBSD: cdefs_aout.h,v 1.16 2005/07/16 17:41:05 christos Exp $ */ +/* $NetBSD: cdefs_aout.h,v 1.17 2005/07/16 17:53:36 christos Exp $ */ /* * Written by J.T. Conklin 01/17/95. @@ -18,9 +18,7 @@ #define ____RENAME(x) __asm__(___STRING(x)) #endif -#ifndef __lint__ #define __indr_reference(sym,alias) /* nada, since we do weak refs */ -#endif #ifdef __GNUC__ #if __STDC__ diff --git a/sys/sys/cdefs_elf.h b/sys/sys/cdefs_elf.h index 36b2c10da459..91903d6017c0 100644 --- a/sys/sys/cdefs_elf.h +++ b/sys/sys/cdefs_elf.h @@ -1,4 +1,4 @@ -/* $NetBSD: cdefs_elf.h,v 1.23 2005/07/16 17:41:05 christos Exp $ */ +/* $NetBSD: cdefs_elf.h,v 1.24 2005/07/16 17:53:36 christos Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -49,9 +49,7 @@ #endif #endif -#ifndef __lint__ #define __indr_reference(sym,alias) /* nada, since we do weak refs */ -#endif #if __STDC__ #define __strong_alias(alias,sym) \