VirtualBox

Changeset 62940 in vbox for trunk/include


Ignore:
Timestamp:
Aug 3, 2016 6:22:30 PM (8 years ago)
Author:
vboxsync
Message:

iprt/errno.h: For NetBSD kernel code include <sys/stdarg.h>.
From Haomai Wang GSoC project with additional changes by Arto Huusko.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/stdarg.h

    r62473 r62940  
    3434# if defined(RT_OS_FREEBSD) && defined(_KERNEL)
    3535#  include <machine/stdarg.h>
     36# elif defined(RT_OS_NETBSD) && defined(_KERNEL)
     37#  include <sys/stdarg.h>
    3638# elif defined(RT_OS_SOLARIS) && defined(_KERNEL) && defined(__GNUC__)
    3739#  include <stdarg.h>
Note: See TracChangeset for help on using the changeset viewer.

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