summaryrefslogtreecommitdiffstats
path: root/sys/sys/domain.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-11-21 12:55:26 +0000
committerbde <bde@FreeBSD.org>1995-11-21 12:55:26 +0000
commit24ce87cc75daff742416402eb15baa8a2445fb87 (patch)
treecccb12ba068b651660e03742d946e8b53d952db7 /sys/sys/domain.h
parent14d44cd2d7bf837c55a5c3bf55ab4eadbc48aad8 (diff)
downloadFreeBSD-src-24ce87cc75daff742416402eb15baa8a2445fb87.zip
FreeBSD-src-24ce87cc75daff742416402eb15baa8a2445fb87.tar.gz
Completed function declarations and/or added prototypes.
Diffstat (limited to 'sys/sys/domain.h')
-rw-r--r--sys/sys/domain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/domain.h b/sys/sys/domain.h
index 323f1e7..5fd686c 100644
--- a/sys/sys/domain.h
+++ b/sys/sys/domain.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)domain.h 8.1 (Berkeley) 6/2/93
- * $Id: domain.h,v 1.5 1995/05/15 22:55:18 davidg Exp $
+ * $Id: domain.h,v 1.6 1995/08/16 16:14:02 bde Exp $
*/
#ifndef _SYS_DOMAIN_H_
@@ -53,7 +53,7 @@ struct domain {
__P((void));
int (*dom_externalize) /* externalize access rights */
__P((struct mbuf *));
- int (*dom_dispose) /* dispose of internalized rights */
+ void (*dom_dispose) /* dispose of internalized rights */
__P((struct mbuf *));
struct protosw *dom_protosw, *dom_protoswNPROTOSW;
struct domain *dom_next;
OpenPOWER on IntegriCloud