Changeset 34170 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Nov 18, 2010 1:19:08 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67893
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp
r34128 r34170 93 93 char szDriver[10]; 94 94 size_t cbDriver = sizeof(szDriver); 95 RT_ZERO(szD evice); /* this shouldn't be necessary. */95 RT_ZERO(szDriver); /* this shouldn't be necessary. */ 96 96 int rcBsd = sysctlbyname(szName, szDriver, &cbDriver, NULL, NULL); 97 97 if (rcBsd == 0)
Note:
See TracChangeset
for help on using the changeset viewer.