summaryrefslogtreecommitdiffstats
path: root/sys/sys/domain.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/domain.h')
-rw-r--r--sys/sys/domain.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/domain.h b/sys/sys/domain.h
index 2ae9fba..77b8ad8 100644
--- a/sys/sys/domain.h
+++ b/sys/sys/domain.h
@@ -50,15 +50,15 @@ struct domain {
int dom_family; /* AF_xxx */
char *dom_name;
void (*dom_init) /* initialize domain data structures */
- __P((void));
+ (void);
int (*dom_externalize) /* externalize access rights */
- __P((struct mbuf *, struct mbuf **));
+ (struct mbuf *, struct mbuf **);
void (*dom_dispose) /* dispose of internalized rights */
- __P((struct mbuf *));
+ (struct mbuf *);
struct protosw *dom_protosw, *dom_protoswNPROTOSW;
struct domain *dom_next;
int (*dom_rtattach) /* initialize routing table */
- __P((void **, int));
+ (void **, int);
int dom_rtoffset; /* an arg to rtattach, in bits */
int dom_maxrtkey; /* for routing layer */
};
OpenPOWER on IntegriCloud