diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-26 23:58:16 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-26 23:58:16 +0000 |
commit | 1cbc30712da8878e21ee726be342a074fce47845 (patch) | |
tree | f948a3201f853d3b36966f7d90d87ba97ed96edb /pfinet | |
parent | 83ac09e321e6c6af0099f034204f44472646f76c (diff) |
Formerly net.h.~2~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/linux/net.h | 3 |
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 */ |