diff options
Diffstat (limited to 'pfinet/pfinet.h')
-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; + |