- Timestamp:
- Nov 8, 2010 2:02:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r33837 r33843 34 34 #include <sys/mount.h> 35 35 #ifdef RT_OS_SOLARIS 36 # include <sys/mount.h> 37 # include <sys/mnttab.h> 36 38 # include <sys/vfs.h> 37 # include <sys/mnttab.h>38 39 #else 39 40 # include <mntent.h>
Note:
See TracChangeset
for help on using the changeset viewer.