diff options
author | 2012-04-11 17:10:20 +0000 | |
---|---|---|
committer | 2012-04-11 17:10:20 +0000 | |
commit | fa98f041eb31c25e2f92c5eaad167ae23002f237 (patch) | |
tree | f2e0c681a7b9465c97b2749f4089bde9417795a6 | |
parent | Move the P_WAITED flag from struct proc to struct process. (diff) | |
download | wireguard-openbsd-fa98f041eb31c25e2f92c5eaad167ae23002f237.tar.xz wireguard-openbsd-fa98f041eb31c25e2f92c5eaad167ae23002f237.zip |
tedu struct omsghdr
-rw-r--r-- | sys/sys/socket.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h index 4ee9ef4056c..6145db35596 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -1,4 +1,4 @@ -/* $OpenBSD: socket.h,v 1.80 2012/04/04 18:24:51 deraadt Exp $ */ +/* $OpenBSD: socket.h,v 1.81 2012/04/11 17:10:20 deraadt Exp $ */ /* $NetBSD: socket.h,v 1.14 1996/02/09 18:25:36 christos Exp $ */ /* @@ -452,18 +452,6 @@ struct osockaddr { char sa_data[14]; /* up to 14 bytes of direct address */ }; -/* - * 4.3-compat message header (move to compat file later). - */ -struct omsghdr { - caddr_t msg_name; /* optional address */ - int msg_namelen; /* size of address */ - struct iovec *msg_iov; /* scatter/gather array */ - int msg_iovlen; /* # elements in msg_iov */ - caddr_t msg_accrights; /* access rights sent/received */ - int msg_accrightslen; -}; - #define SA_LEN(x) ((x)->sa_len) #ifndef _KERNEL |