Changeset 39673 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Dec 21, 2011 1:55:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/pam/pam_vbox.cpp
r38636 r39673 42 42 43 43 #include <iprt/assert.h> 44 #include <iprt/buildconfig.h> 44 45 #include <iprt/env.h> 45 46 #include <iprt/initterm.h> … … 226 227 * This could result in not able to log into the system anymore. */ 227 228 RTAssertSetMayPanic(false); 229 230 pam_vbox_log(hPAM, "pam_vbox: %sr%s, running on %s\n", 231 RTBldCfgVersion(), RTBldCfgRevisionStr(), RTBldCfgTargetArch()); 228 232 229 233 int rc = RTR3InitDll(0);
Note:
See TracChangeset
for help on using the changeset viewer.