Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/04/1998 21:10:02
gwr
Wed Feb  4 13:02:21 PST 1998
Update of /cvsroot/src/sys/arch/sun3/include
In directory netbsd1:/var/slash-tmp/cvs-serv14268

Modified Files:
      Tag: gwr-3x3
	param.h param3.h param3x.h 
Log Message:
Move UPAGES into the common file.


gwr
Wed Feb  4 13:04:15 PST 1998
Update of /cvsroot/src/sys/arch/sun3/include
In directory netbsd1:/var/slash-tmp/cvs-serv14449

Modified Files:
      Tag: gwr-3x3
	vmparam.h vmparam3.h vmparam3x.h 
Log Message:
Move a few things to the common file:
USRTEXT, MAXSLP, SAFERSS, VM_*


kleink
Wed Feb  4 13:06:16 PST 1998
Update of /cvsroot/src/include
In directory netbsd1:/var/slash-tmp/cvs-serv14393/include

Modified Files:
	stdlib.h 
Log Message:
Per XPG4.2, change the `n' argument of initstate() to size_t.  (Since it was
recently changed from int to long (lite-2 import), I saw no reason to delay
this `alignment'.)


kleink
Wed Feb  4 13:06:19 PST 1998
Update of /cvsroot/src/lib/libc/stdlib
In directory netbsd1:/var/slash-tmp/cvs-serv14393/lib/libc/stdlib

Modified Files:
	random.3 random.c 
Log Message:
Per XPG4.2, change the `n' argument of initstate() to size_t.  (Since it was
recently changed from int to long (lite-2 import), I saw no reason to delay
this `alignment'.)