diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-26 23:58:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-26 23:58:27 +0000 |
commit | 1ff9f2a926eb0e370e2d862d126832f60da2a7df (patch) | |
tree | 6d4fb95f7620245f9c6a7c8373c332b2868e0080 /pfinet | |
parent | 1cbc30712da8878e21ee726be342a074fce47845 (diff) |
Formerly pfinet.h.~9~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/pfinet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pfinet/pfinet.h b/pfinet/pfinet.h index 13c138f7..6c1e6c45 100644 --- a/pfinet/pfinet.h +++ b/pfinet/pfinet.h @@ -39,7 +39,8 @@ struct sock_user { struct port_info pi; int isroot; - struct socket *sock; /* Linux socket structure, see linux/net.h */ + struct task_struct *task; + struct socket *sock; }; /* Socket address ports. */ |