VirtualBox

Changeset 41568 in vbox


Ignore:
Timestamp:
Jun 4, 2012 4:51:11 PM (13 years ago)
Author:
vboxsync
Message:

Additions/solaris: fixes to compile on S11 u1 b10+.

Location:
trunk/src/VBox/Additions/solaris/SharedFolders
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/SharedFolders/Makefile.kmk

    r41477 r41568  
    4848        $(VBOX_LIB_VBGL_R0)
    4949vboxfs_LDFLAGS      += -N drv/vboxguest -N misc/ctf
     50if $(VBOX_SOLARIS_11_VERSION) >= 175
     51 && $(VBOX_SOLARIS_11_UPDATE_VERSION) >= 1
     52 && (VBOX_SOLARIS_11_BUILD_VERSION) >= 10
     53vboxfs_DEFS         += VBOX_VFS_EXTENDED_POLICY
     54endif
    5055
    5156
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c

    r40168 r41568  
    9696#include "vboxfs_vfs.h"
    9797
     98/*
     99 * Solaris 11u1b10 Extended Policy putback CR 7121445 removes secpolicy_vnode_access from sys/policy.h
     100 */
     101#ifdef VBOX_VFS_EXTENDED_POLICY
     102int secpolicy_vnode_access(const cred_t *, vnode_t *, uid_t, mode_t);
     103#endif
     104
    98105#define VBOXVFS_WITH_MMAP
    99106
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