Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Move uipc_usrreq and uipc_ctloutput to <sys/un.h> fr...
details: https://anonhg.NetBSD.org/src/rev/19c568e0dbc7
branches: trunk
changeset: 565720:19c568e0dbc7
user: matt <matt%NetBSD.org@localhost>
date: Sun Apr 18 21:43:45 2004 +0000
description:
Move uipc_usrreq and uipc_ctloutput to <sys/un.h> from <sys/socketvar.h>
diffstat:
sys/sys/socketvar.h | 5 +----
sys/sys/un.h | 6 +++++-
2 files changed, 6 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r 2ff105d086f5 -r 19c568e0dbc7 sys/sys/socketvar.h
--- a/sys/sys/socketvar.h Sun Apr 18 21:34:56 2004 +0000
+++ b/sys/sys/socketvar.h Sun Apr 18 21:43:45 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: socketvar.h,v 1.71 2004/04/18 18:48:03 matt Exp $ */
+/* $NetBSD: socketvar.h,v 1.72 2004/04/18 21:43:45 matt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993
@@ -277,9 +277,6 @@
int soo_kqfilter(struct file *, struct knote *);
int soo_close(struct file *, struct proc *);
int soo_stat(struct file *, struct stat *, struct proc *);
-int uipc_usrreq(struct socket *, int, struct mbuf *,
- struct mbuf *, struct mbuf *, struct proc *);
-int uipc_ctloutput(int, struct socket *, int, int, struct mbuf **);
void sbappend(struct sockbuf *, struct mbuf *);
void sbappendstream(struct sockbuf *, struct mbuf *);
int sbappendaddr(struct sockbuf *, struct sockaddr *, struct mbuf *,
diff -r 2ff105d086f5 -r 19c568e0dbc7 sys/sys/un.h
--- a/sys/sys/un.h Sun Apr 18 21:34:56 2004 +0000
+++ b/sys/sys/un.h Sun Apr 18 21:43:45 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: un.h,v 1.34 2004/04/18 18:48:03 matt Exp $ */
+/* $NetBSD: un.h,v 1.35 2004/04/18 21:43:45 matt Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@@ -63,6 +63,10 @@
struct unpcb;
struct socket;
+int uipc_usrreq(struct socket *, int, struct mbuf *,
+ struct mbuf *, struct mbuf *, struct proc *);
+int uipc_ctloutput(int, struct socket *, int, int, struct mbuf **);
+
int unp_attach (struct socket *);
int unp_bind (struct unpcb *, struct mbuf *, struct proc *);
int unp_connect (struct socket *, struct mbuf *, struct proc *);
Home |
Main Index |
Thread Index |
Old Index