summaryrefslogtreecommitdiff
path: root/pfinet/linux/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet/linux/net.h')
-rw-r--r--pfinet/linux/net.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pfinet/linux/net.h b/pfinet/linux/net.h
index bad60518..4c876b09 100644
--- a/pfinet/linux/net.h
+++ b/pfinet/linux/net.h
@@ -73,6 +73,9 @@ struct socket {
short type; /* SOCK_STREAM, ... */
socket_state state;
long flags;
+#ifdef _HURD_
+ int userflags; /* O_* */
+#endif
struct proto_ops *ops; /* protocols do most everything */
void *data; /* protocol data */
struct socket *conn; /* server socket connected to */