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.28 retrieving revision 1.28.2.1 diff -u -p -r1.28 -r1.28.2.1 --- src/sys/sys/un.h 2003/06/29 22:32:30 1.28 +++ src/sys/sys/un.h 2003/07/02 15:27:18 1.28.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: un.h,v 1.28 2003/06/29 22:32:30 fvdl Exp $ */ +/* $NetBSD: un.h,v 1.28.2.1 2003/07/02 15:27:18 darrenr Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -67,8 +67,8 @@ struct unpcb; struct socket; int unp_attach __P((struct socket *so)); -int unp_bind __P((struct unpcb *unp, struct mbuf *nam, struct proc *p)); -int unp_connect __P((struct socket *so, struct mbuf *nam, struct proc *p)); +int unp_bind __P((struct unpcb *unp, struct mbuf *nam, struct lwp *l)); +int unp_connect __P((struct socket *so, struct mbuf *nam, struct lwp *l)); int unp_connect2 __P((struct socket *so, struct socket *so2)); void unp_detach __P((struct unpcb *unp)); void unp_discard __P((struct file *fp));