Changeset 54620 in vbox for trunk/src/VBox
- Timestamp:
- Mar 4, 2015 11:23:00 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c
r54619 r54620 1001 1001 /** @todo r=ramshankar: this is busted, kthread_t->t_procp has different 1002 1002 * offsets between S10 and S11. Fix ASAP. */ 1003 /* Raise psignal if the limit is exceeded. */ 1003 1004 proc_t *p = ttoproc(curthread); 1004 1005 mutex_enter(&p->p_lock); … … 1100 1101 /** @todo r=ramshankar: this is busted, kthread_t->t_procp has different 1101 1102 * offsets between S10 and S11. Fix ASAP. */ 1103 /* Raise psignal if the limit is exceeded. */ 1102 1104 proc_t *p = ttoproc(curthread); 1103 1105 mutex_enter(&p->p_lock);
Note:
See TracChangeset
for help on using the changeset viewer.