From 55b453fa3cf836c6b47697b7b17455d091268fc7 Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 16 Jul 2005 17:12:36 +0000 Subject: don't play #define games with lint. Breaks pass2. --- lib/libc/include/namespace.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/include') diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index 5ee994a20d9..3aaaa3ce017 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.101 2005/05/15 13:09:13 yamt Exp $ */ +/* $NetBSD: namespace.h,v 1.102 2005/07/16 17:12:36 christos Exp $ */ /*- * Copyright (c) 1997-2004 The NetBSD Foundation, Inc. @@ -38,6 +38,7 @@ #include +#ifndef __lint__ #define brk _brk #define catclose _catclose #define catgets _catgets @@ -674,5 +675,6 @@ #define fmtcheck __fmtcheck #define __learn_tree ___learn_tree #endif /* __weak_alias */ +#endif #endif /* _NAMESPACE_H_ */ -- cgit