diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-06 21:33:54 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-06 21:33:54 +0000 |
commit | 20cb496aa95f4c1b48a721dcdc8151bec1f3962c (patch) | |
tree | b54ff5ea8ed190942f63e5efb93ee481439a1c50 /pfinet | |
parent | ed71807b026da7ed522dab83f1d43ef74cd7a0a4 (diff) |
Formerly pfinet.h.~10~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/pfinet.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pfinet/pfinet.h b/pfinet/pfinet.h index 6c1e6c45..a65129c4 100644 --- a/pfinet/pfinet.h +++ b/pfinet/pfinet.h @@ -53,3 +53,8 @@ struct sock_addr int ethernet_demuxer (mach_msg_header_t *, mach_msg_header_t *); void setup_ethernet_device (void); + +/* MiG bogosity */ +typedef struct sock_user *sock_user_t; +typedef struct sock_addr *sock_addr_t; + |