VirtualBox

Changeset 49715 in vbox


Ignore:
Timestamp:
Nov 29, 2013 6:05:47 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91003
Message:

Try to fix in6_pktinfo kludge again. Test for GLIBC_PREREQ in a
separate conditional directive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/pxping.c

    r49714 r49715  
    4646#endif
    4747
    48 #if defined(RT_OS_LINUX) && !defined(__USE_GNU) \
    49     && __GLIBC_PREREQ(2, 8)
     48#if defined(RT_OS_LINUX) && !defined(__USE_GNU)
     49#if __GLIBC_PREREQ(2, 8)
    5050/*
    5151 * XXX: This is gross.  in6_pktinfo is now hidden behind _GNU_SOURCE
     
    6060    unsigned int ipi6_ifindex;
    6161};
    62 #endif
     62#endif  /* __GLIBC_PREREQ */
     63#endif  /* RT_OS_LINUX && !__USE_GNU */
    6364
    6465
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette