Subject: lib/6521: current libc does not lint completely cleanly (part one of many :)
To: None <gnats-bugs@gnats.netbsd.org>
From: TheMan <andrew@untraceable.net>
List: netbsd-bugs
Date: 12/01/1998 18:28:44
>Number:         6521
>Category:       lib
>Synopsis:       libc does not lint cleanly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lib-bug-people (Library Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec  1 15:35:01 1998
>Last-Modified:
>Originator:     TheMan
>Organization:
none really...
>Release:        current
>Environment:
System: NetBSD noc 1.2 NetBSD 1.2 (null) #4: Fri Oct 24 01:27:28 EDT 1997 root@noc:/usr/src/sys/arch/i386/compile/null i386
yeah, i know.  i should upgrade.

>Description:

when building the entire os from scratch at home, this is where it
stopped (the first time).

>How-To-Repeat:

make build
wait for linted libc to get built
watch it choke on these files

>Fix:

--- Lint_ldexp.c.orig   Tue Jan 13 07:42:27 1998
+++ Lint_ldexp.c        Sun Nov  8 13:14:09 1998
@@ -7,6 +7,7 @@
 
 #include <math.h>
 
+/*ARGSUSED*/
 double
 ldexp(val, exp)
	double val;
--- Lint_frexp.c.orig   Tue Jan 13 07:42:26 1998
+++ Lint_frexp.c        Sun Nov  8 13:14:03 1998
@@ -7,6 +7,7 @@
 
 #include <math.h>
 
+/*ARGSUSED*/
 double
 frexp(value, eptr)
	double value;
>Audit-Trail:
>Unformatted: