From 1cbc30712da8878e21ee726be342a074fce47845 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 26 Oct 1995 23:58:16 +0000 Subject: Formerly net.h.~2~ --- pfinet/linux/net.h | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- cgit v1.2.3