Changeset 33857 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
- Timestamp:
- Nov 8, 2010 3:49:08 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67503
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r33856 r33857 113 113 { 114 114 mnttab mntTab; 115 while ((getmntent( &pFh, &mntTab)))115 while ((getmntent(pFh, &mntTab))) 116 116 { 117 117 if (!RTStrICmp(mntTab->mnt_special, pszShare))
Note:
See TracChangeset
for help on using the changeset viewer.