https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198404

Konstantin Belousov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Closed                      |Open
         Resolution|FIXED                       |---

--- Comment #6 from Konstantin Belousov <[email protected]> ---
Without the socket-io.c chunk, I get the following (on stable/8, this is
probably important):

  CC       libmonoruntime_la-opcodes.lo
  CC       libmonoruntime_la-socket-io.lo
In file included from socket-io.c:29:
/usr/include/netinet/tcp.h:40:9: error: unknown type name 'u_int32_t'
typedef u_int32_t tcp_seq;
        ^
/usr/include/netinet/tcp.h:50:2: error: unknown type name 'u_short'
        u_short th_sport;               /* source port */
        ^
/usr/include/netinet/tcp.h:51:2: error: unknown type name 'u_short'
        u_short th_dport;               /* destination port */
        ^
/usr/include/netinet/tcp.h:55:2: error: unknown type name 'u_int'
        u_int   th_x2:4,                /* (unused) */
        ^
/usr/include/netinet/tcp.h:62:2: error: unknown type name 'u_char'
        u_char  th_flags;
<lot more whining stripped>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mono
To unsubscribe, send any mail to "[email protected]"

Reply via email to