summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet')
-rw-r--r--pfinet/linux/net.h1
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 */