VirtualBox

Ignore:
Timestamp:
Aug 31, 2017 12:10:36 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117786
Message:

merging vbglioc r117734: solaris shared folders build fixes.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c

    r65124 r68569  
     1/* $Id$ */
    12/** @file
    23 * VirtualBox File System for Solaris Guests, provider implementation.
     
    4243#include <sys/dirent.h>
    4344#include <sys/file.h>
     45#undef u /* /usr/include/sys/user.h:249:1 is where this is defined to (curproc->p_user). very cool. */
     46
    4447#include "vboxfs_prov.h"
    45 #ifdef u
    46 #undef u
    47 #endif
    4848
    4949#define SFPROV_VERSION  1
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.c

    r62529 r68569  
     1/* $Id$ */
    12/** @file
    23 * VirtualBox File System for Solaris Guests, VFS implementation.
     
    3940#include <sys/vfs.h>
    4041#if !defined(VBOX_VFS_SOLARIS_10U6)
    41 #include <sys/vfs_opreg.h>
     42# include <sys/vfs_opreg.h>
    4243#endif
    4344#include <sys/pathname.h>
    4445#include <sys/cmn_err.h>
     46#undef u /* /usr/include/sys/user.h:249:1 is where this is defined to (curproc->p_user). very cool. */
     47
    4548#include "vboxfs_prov.h"
    4649#include "vboxfs_vnode.h"
     
    4851#include "vboxfs.h"
    4952
    50 #ifdef u
    51 #undef u
    52 #endif
    5353
    5454#define VBOXSOLQUOTE2(x)                #x
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c

    r62529 r68569  
     1/* $Id$ */
    12/** @file
    23 * VirtualBox File System for Solaris Guests, vnode implementation.
     
    8687#include <vm/pvn.h>
    8788#if !defined(VBOX_VFS_SOLARIS_10U6)
    88 #include <sys/vfs_opreg.h>
     89# include <sys/vfs_opreg.h>
    8990#endif
    9091#include <sys/pathname.h>
     
    9394#include <sys/time.h>
    9495#include <sys/cmn_err.h>
     96#undef u /* /usr/include/sys/user.h:249:1 is where this is defined to (curproc->p_user). very cool. */
     97
    9598#include "vboxfs_prov.h"
    9699#include "vboxfs_vnode.h"
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