diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-08 19:37:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-08 19:37:12 +0000 |
commit | 5665d12e93b604eae866e7c9ec66b044f897a78d (patch) | |
tree | e42ee92f953dbc0d7086f91b47490683468a03e3 | |
parent | a25220b4b08244cd9c50de4dfd91db95c3e531e7 (diff) |
entered into RCS
-rw-r--r-- | pfinet/linux/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pfinet/linux/net.h b/pfinet/linux/net.h index 4c876b09..c41610ad 100644 --- a/pfinet/linux/net.h +++ b/pfinet/linux/net.h @@ -75,6 +75,7 @@ struct socket { long flags; #ifdef _HURD_ int userflags; /* O_* */ + int refcnt; #endif struct proto_ops *ops; /* protocols do most everything */ void *data; /* protocol data */ |