- Timestamp:
- Oct 2, 2008 9:49:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/hgcmcall.c
r11642 r12917 80 80 uint8_t *pu8PointerData; 81 81 size_t cbPointerData = 0, offPointerData = 0; 82 inti;82 unsigned i; 83 83 84 84 /* Allocate the structure which we will pass to the kernel space HGCM call. */ … … 239 239 VBoxGuestHGCMCallInfo *hgcmR0) 240 240 { 241 inti;241 unsigned i; 242 242 243 243 for (i = 0; i < hgcmR3->cParms; ++i)
Note:
See TracChangeset
for help on using the changeset viewer.