Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/17/1997 21:40:03
thorpej
Thu Jul 17 14:33:32 PDT 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv21789

Modified Files:
	_err.c _errx.c _verr.c _verrx.c _vwarn.c _vwarnx.c _warn.c 
	_warnx.c err.c errx.c verr.c verrx.c vwarn.c vwarnx.c warn.c 
	warnx.c 
Log Message:
"Fix" the non-__indr_reference verions of the user-callable versions
of these functions.  This is somewhat of a kludge, but there is not
much else we can do for this case.

Because of how the callable versions are created, by CPP trickery
and inclusion of another .c file, we cannot allow the included .c
file to pull in "namespace.h", since it undoes the CPP trickery we
have performed.  Introduce a CPP macro that prevents the included .c
file from pulling in "namespace.h".


thorpej
Thu Jul 17 14:36:04 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv22685

Modified Files:
	float.h 
Log Message:
Turn the extern declaration of __flt_rounds() into a proper prototype.