Changeset 33845 in vbox
- Timestamp:
- Nov 8, 2010 2:03:29 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67491
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r33843 r33845 34 34 #include <sys/mount.h> 35 35 #ifdef RT_OS_SOLARIS 36 # include <sys/m ount.h>36 # include <sys/mntent.h> 37 37 # include <sys/mnttab.h> 38 38 # include <sys/vfs.h>
Note:
See TracChangeset
for help on using the changeset viewer.