Subject: errno rewrite
To: None <he@netbsd.org>
From: None <itojun@iijlab.net>
List: source-changes
Date: 02/16/2000 04:06:40
>Module Name:	basesrc
>Committed By:	he
>Date:		Sun Feb 13 22:58:20 UTC 2000
>
>Modified Files:
>	basesrc/distrib/notes/common [netbsd-1-4]: main
>
>Log Message:
>Apply patch (requested by he):
>  Document the *__errno() change as "important" for 1.4.2.

	(I'm actually on netbsd-current)
	I get warnings while building errno.{so,po,o},
	building statically linked binaries (/sbin items) and so forth.
	they correctly use errno.h, not "extern int errno".
	is it expected behavior?

	also, warning during errno.o build has extra .o in it :-)

itojun


errno.o.o: warning: reference to deprecated errno; include <errno.h> for correct reference