Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/22/1997 01:00:14
fvdl
Tue Oct 21 17:52:07 PDT 1997
Update of /a/cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv15374

Modified Files:
	cdefs.h mman.h stat.h 
Log Message:
New hacks to make libc work painlessly without bumping the major number:
use type func(arg1s) asm("emitted_name") gcc mechanism.
Suggested by Bill Sommerfeld.


fvdl
Tue Oct 21 17:54:10 PDT 1997
Update of /a/cvsroot/src/include
In directory netbsd1:/var/slash-tmp/cvs-serv16242

Modified Files:
	fts.h glob.h vis.h 
Log Message:
New hacks to make libc work painlessly without bumping the major number:
use type func(arg1s) asm("emitted_name") gcc mechanism.
Suggested by Bill Sommerfeld.


hubertf
Tue Oct 21 17:54:15 PDT 1997
Update of /cvsroot/pkgsrc/plan9/rc
In directory netbsd1:/var/slash-tmp/cvs-serv16352

Modified Files:
	Makefile 
Log Message:
Add MANCOMPRESSED, MAN1.


fvdl
Tue Oct 21 17:55:41 PDT 1997
Update of /a/cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv16918

Modified Files:
	__fts13.c __glob13.c fts.c glob.c unvis.c 
Log Message:
New hacks to make libc work painlessly without bumping the major number:
use type func(arg1s) asm("emitted_name") gcc mechanism.
Suggested by Bill Sommerfeld.


fvdl
Tue Oct 21 17:56:45 PDT 1997
Update of /a/cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv17440

Modified Files:
	msync.c stat.c 
Log Message:
New hacks to make libc work painlessly without bumping the major number:
use type func(arg1s) asm("emitted_name") gcc mechanism.
Suggested by Bill Sommerfeld.