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/kern/uipc_socket.c,v retrieving revision 1.54.2.5 retrieving revision 1.54.2.6 diff -u -p -r1.54.2.5 -r1.54.2.6 --- src/sys/kern/uipc_socket.c 2001/10/08 20:11:44 1.54.2.5 +++ src/sys/kern/uipc_socket.c 2001/11/14 19:16:46 1.54.2.6 @@ -1,4 +1,4 @@ -/* $NetBSD: uipc_socket.c,v 1.54.2.5 2001/10/08 20:11:44 nathanw Exp $ */ +/* $NetBSD: uipc_socket.c,v 1.54.2.6 2001/11/14 19:16:46 nathanw Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1990, 1993 @@ -35,6 +35,9 @@ * @(#)uipc_socket.c 8.6 (Berkeley) 5/2/95 */ +#include +__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.54.2.6 2001/11/14 19:16:46 nathanw Exp $"); + #include "opt_compat_sunos.h" #include