Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/27/1998 05:10:02
kleink
Fri Mar 27 05:02:21 PST 1998
Update of /cvsroot/src/include
In directory nb00:/tmp/cvs-serv2635/include

Modified Files:
	unistd.h 
Log Message:
Per X/Open CAE Spec Issue 5 Version 2, change the buffer size argument of
readlink() from type `int' to type `size_t'.  This isn't an ABI change, since
the calling convention of our only LP64 platform (the Alpha) already promotes
this argument to a `long'.

This may not be the final action on this matter; readlink() still returns
an `int', which may change in a future revision of the standard.


kleink
Fri Mar 27 05:02:21 PST 1998
Update of /cvsroot/src/lib/libc/sys
In directory nb00:/tmp/cvs-serv2635/lib/libc/sys

Modified Files:
	readlink.2 
Log Message:
Per X/Open CAE Spec Issue 5 Version 2, change the buffer size argument of
readlink() from type `int' to type `size_t'.  This isn't an ABI change, since
the calling convention of our only LP64 platform (the Alpha) already promotes
this argument to a `long'.

This may not be the final action on this matter; readlink() still returns
an `int', which may change in a future revision of the standard.


kleink
Fri Mar 27 05:02:22 PST 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv2635/sys/kern

Modified Files:
	syscalls.master vfs_syscalls.c 
Log Message:
Per X/Open CAE Spec Issue 5 Version 2, change the buffer size argument of
readlink() from type `int' to type `size_t'.  This isn't an ABI change, since
the calling convention of our only LP64 platform (the Alpha) already promotes
this argument to a `long'.

This may not be the final action on this matter; readlink() still returns
an `int', which may change in a future revision of the standard.


kleink
Fri Mar 27 05:09:53 PST 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv3024/kern

Modified Files:
	init_sysent.c syscalls.c 
Log Message:
Regen: syscalls.master changed.


kleink
Fri Mar 27 05:09:53 PST 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv3024/sys

Modified Files:
	syscall.h syscallargs.h 
Log Message:
Regen: syscalls.master changed.