Changeset 52684 in vbox
- Timestamp:
- Sep 10, 2014 5:07:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/libalias/alias_db.c
r52683 r52684 2383 2383 struct timezone tz; 2384 2384 #endif 2385 #endif /* !VBOX */ 2385 2386 2386 2387 LIBALIAS_LOCK_ASSERT(la); … … 2390 2391 * waste timeline by making system calls. 2391 2392 */ 2393 #ifndef VBOX 2392 2394 #ifdef _KERNEL 2393 2395 la->timeStamp = time_uptime; … … 2397 2399 #endif 2398 2400 #else /* VBOX */ 2399 LIBALIAS_LOCK_ASSERT(la);2400 2401 la->timeStamp = la->curtime; 2401 2402 #endif
Note:
See TracChangeset
for help on using the changeset viewer.