Changeset 24506 in vbox
- Timestamp:
- Nov 9, 2009 2:24:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r24383 r24506 243 243 utmp* ut_user; 244 244 rc = utmpname(UTMP_FILE); 245 #ifdef RT_OS_SOLARIS 246 if (rc == 0) 247 #else 245 248 if (rc != 0) 246 { 247 VBoxServiceError("Could not set UTMP file! Error: %ld", errno); 249 #endif /* !RT_OS_SOLARIS */ 250 { 251 VBoxServiceError("Could not set UTMP file! Error: %ld\n", errno); 248 252 } 249 253 setutent();
Note:
See TracChangeset
for help on using the changeset viewer.