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: 04/25/1998 03:50:02
kleink
Sat Apr 25 03:41:13 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv25782
Modified Files:
socket.h
Log Message:
Per X/Open CAE Spec, Issue 5, define 3 preprocessor symbols to be used to
specify the type of socket shutdown(2).
kleink
Sat Apr 25 03:42:33 PDT 1998
Update of /cvsroot/src/lib/libc/sys
In directory nb00:/tmp/cvs-serv26235
Modified Files:
shutdown.2
Log Message:
0 -> SHUT_RD, 1 -> SHUT_WR, 2 -> SHUT_RDWR.