summaryrefslogtreecommitdiff
path: root/pfinet/linux
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-10-26 23:58:16 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-10-26 23:58:16 +0000
commit1cbc30712da8878e21ee726be342a074fce47845 (patch)
treef948a3201f853d3b36966f7d90d87ba97ed96edb /pfinet/linux
parent83ac09e321e6c6af0099f034204f44472646f76c (diff)
Formerly net.h.~2~
Diffstat (limited to 'pfinet/linux')
-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 */