Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/26/1997 19:20:04
drochner
Thu Jun 26 12:11:57 PDT 1997
Update of /cvsroot/src/sys/lib/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv1435

Modified Files:
	arp.c bootp.c bootparam.c cd9660.c cread.c dev_net.c ether.c 
	exec.c exit.c memcmp.c net.c netif.c nfs.c printf.c rarp.c 
	rpc.c ufs.c 
Log Message:
Avoid user space headers for standalone programs.
Don't use sys/lib/libkern or sys/lib/libz if not standalone
 (ie, user space test programs).


drochner
Thu Jun 26 12:14:55 PDT 1997
Update of /cvsroot/src/sys/lib/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv3108

Modified Files:
	Makefile 
Log Message:
Don't define STANDALONE here, it is not used by sys/lib/libsa code.
Port dependant code depending on it must define it in its own Makefile.


drochner
Thu Jun 26 12:17:42 PDT 1997
Update of /cvsroot/src/sys/lib/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv4018

Modified Files:
	stand.h 
Log Message:
Allow to define the location of the heap at runtime #if HEAP_VARIABLE.
That helps to test libsa code in user space.


drochner
Thu Jun 26 12:19:11 PDT 1997
Update of /cvsroot/src/sys/lib/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv4928

Modified Files:
	alloc.c 
Log Message:
Allow to define the location of the heap at runtime #if HEAP_VARIABLE.
That helps to test libsa code in user space.