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/un.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/sys/un.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.43 retrieving revision 1.44 diff -u -p -r1.43 -r1.44 --- src/sys/sys/un.h 2008/04/24 11:38:39 1.43 +++ src/sys/sys/un.h 2008/08/06 15:01:24 1.44 @@ -1,4 +1,4 @@ -/* $NetBSD: un.h,v 1.43 2008/04/24 11:38:39 ad Exp $ */ +/* $NetBSD: un.h,v 1.44 2008/08/06 15:01:24 plunky Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -73,10 +73,11 @@ struct unpcbid { #ifdef _KERNEL struct unpcb; struct socket; +struct sockopt; int uipc_usrreq(struct socket *, int, struct mbuf *, struct mbuf *, struct mbuf *, struct lwp *); -int uipc_ctloutput(int, struct socket *, int, int, struct mbuf **); +int uipc_ctloutput(int, struct socket *, struct sockopt *); void uipc_init (void); kmutex_t *uipc_dgramlock (void); kmutex_t *uipc_streamlock (void);