VirtualBox

Changeset 79251 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Jun 19, 2019 7:57:53 PM (5 years ago)
Author:
vboxsync
Message:

VBoxGuest-netbsd.c: do_sys_mknod() lost its retval parameter in 8.99.46

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c

    r76553 r79251  
    984984{
    985985    devmajor_t bmajor, cmajor;
     986#if !__NetBSD_Prereq__(8,99,46)
    986987    register_t retval;
     988#endif
    987989    int error;
    988990
     
    10121014            error = do_sys_mknod(curlwp, "/dev/vboxguest",
    10131015                                 0666|S_IFCHR, makedev(cmajor, 0),
    1014                                  &retval, UIO_SYSSPACE);
     1016#if !__NetBSD_Prereq__(8,99,46)
     1017                                 &retval,
     1018#endif
     1019                                 UIO_SYSSPACE);
    10151020            if (error == EEXIST)
    10161021                error = 0;
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