Undef if_type, if_mtu and if_lastchange for darwin.

This commit is contained in:
Pierre d'Herbemont 2003-05-12 03:08:18 +00:00 committed by Alexandre Julliard
parent 87c15681b2
commit 836ce4b3e8
1 changed files with 5 additions and 1 deletions

View File

@ -119,9 +119,13 @@ typedef struct IPAddrEntry
ushort iae_pad;
} IPAddrEntry;
#ifdef __NetBSD__
#ifdef if_type
#undef if_type
#endif
#ifdef if_mtu
#undef if_mtu
#endif
#ifdef if_lastchange
#undef if_lastchange
#endif