aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/un.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/un.h b/sys/sys/un.h
index d0c0af9e4e04..36dd7257b310 100644
--- a/sys/sys/un.h
+++ b/sys/sys/un.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)un.h 8.3 (Berkeley) 2/19/95
- * $Id: un.h,v 1.13 1997/08/16 19:16:15 wollman Exp $
+ * $Id: un.h,v 1.14 1998/05/15 20:11:40 wollman Exp $
*/
#ifndef _SYS_UN_H_
@@ -47,8 +47,8 @@ struct sockaddr_un {
};
#ifdef KERNEL
-struct unpcb;
struct mbuf;
+struct socket;
int uipc_usrreq __P((struct socket *so, int req, struct mbuf *m,
struct mbuf *nam, struct mbuf *control));