Changeset 6245 in vbox for trunk/src/VBox
- Timestamp:
- Jan 4, 2008 7:08:18 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27084
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c
r6241 r6245 499 499 LogFlow((DEVICE_NAME ":VBoxAddSolarisOpen\n")); 500 500 501 502 503 504 505 501 /* 502 * Verify we are being opened as a character device 503 */ 504 if (fType != OTYP_CHR) 505 return EINVAL; 506 506 507 507 #ifndef USE_SESSION_HASH
Note:
See TracChangeset
for help on using the changeset viewer.