Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/socket.h,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- src/sys/sys/socket.h 1998/01/07 22:46:26 1.27 +++ src/sys/sys/socket.h 1998/03/01 02:24:14 1.28 @@ -1,4 +1,4 @@ -/* $NetBSD: socket.h,v 1.27 1998/01/07 22:46:26 thorpej Exp $ */ +/* $NetBSD: socket.h,v 1.28 1998/03/01 02:24:14 fvdl Exp $ */ /* * Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994 @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)socket.h 8.4 (Berkeley) 2/21/94 + * @(#)socket.h 8.6 (Berkeley) 5/3/95 */ #ifndef _SYS_SOCKET_H_ @@ -83,7 +83,7 @@ */ struct linger { int l_onoff; /* option on/off */ - int l_linger; /* linger time */ + int l_linger; /* linger time in seconds */ }; /* @@ -218,7 +218,7 @@ struct sockcred { #define CTL_NET_NAMES { \ { 0, 0 }, \ - { "unix", CTLTYPE_NODE }, \ + { "local", CTLTYPE_NODE }, \ { "inet", CTLTYPE_NODE }, \ { "implink", CTLTYPE_NODE }, \ { "pup", CTLTYPE_NODE }, \