Fixed a warning.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4515 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -176,7 +176,7 @@ common_poll(struct pollfd *fds, nfds_t numfds, bigtime_t timeout, bool kernel)
|
|||||||
{
|
{
|
||||||
status_t status = B_OK;
|
status_t status = B_OK;
|
||||||
int count = 0;
|
int count = 0;
|
||||||
int i;
|
uint32 i;
|
||||||
|
|
||||||
// allocate resources
|
// allocate resources
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user