Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/19/1996 05:00:02
jtc
Wed Sep 18 21:50:04 PDT 1996
Update of /cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv27628

Modified Files:
	Makefile.inc 
Log Message:
Renamed _getlogin syscall to __getlogin, as _getlogin is the namespace
clean name for getlogin.  

Moved _getlogin.o (now __getlogin.o) from PSEUDO to ASM, as this
syscall really does have a return value (although it will "always"
succeed since it should only be called from libc's getlogin())


jtc
Wed Sep 18 21:51:05 PDT 1996
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv28028

Modified Files:
	errno.h 
Log Message:
don't declare sys_errlist or sys_nerr if _XOPEN_SOURCE is defined

jtc
Wed Sep 18 21:52:14 PDT 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv28106

Modified Files:
	syscalls.master 
Log Message:
renamed sys_getlogin to sys___getlogin.  required by libc namespace conventions

jtc
Wed Sep 18 21:54:19 PDT 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv28276

Modified Files:
	init_sysent.c kern_prot.c syscalls.c 
Log Message:
renamed sys_getlogin to sys___getlogin.  required by libc namespace conventions

jtc
Wed Sep 18 21:55:15 PDT 1996
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv28441

Modified Files:
	syscall.h syscallargs.h 
Log Message:
renamed sys_getlogin to sys___getlogin.  required by libc namespace conventions