Changeset 44213 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Dec 28, 2012 11:19:39 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82991
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/VBoxZoneAccess.c
r28800 r44213 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 27 27 #include <iprt/process.h> 28 28 29 #define DEVICE_NAME "/dev/vboxdrv" 29 /******************************************************************************* 30 * Defined Constants And Macros * 31 *******************************************************************************/ 32 #define DEVICE_NAME "/devices/pseudo/vboxdrv@0:vboxdrv" 33 30 34 31 35 int main(int argc, char *argv[])
Note:
See TracChangeset
for help on using the changeset viewer.