Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/21/1997 05:40:02
mikel
Thu Mar 20 21:31:22 PST 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv23644/src/lib/libc/gen

Modified Files:
	fts.3 
Log Message:
fix type of fts_open() argument; from Enami Tsugutomo in PR lib/3368.


cgd
Thu Mar 20 21:34:41 PST 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv23824

Modified Files:
	exec_elf.h 
Log Message:
define Elf{,32,64}_Note as appropriate, add a constant for NetBSD-specific
notes' 'name' fields, and add a couple of NetBSD-specific note types.


cgd
Thu Mar 20 21:39:44 PST 1997
Update of /cvsroot/src/libexec/ld.elf_so
In directory netbsd1:/var/slash-tmp/cvs-serv24216

Modified Files:
	rtld.c 
Added Files:
	sysident.h 
Log Message:
put in two identifying notes, which new binutils snapshots will turn
into PT_NOTE sections so they can be examined by execve() to figure
out whether this is a native binary, what emulation it's to be run under,
etc.