>From 78bfacedfb3b81968b2171a942101d323b1782cb Mon Sep 17 00:00:00 2001
From: Pauli Nieminen <[email protected]>
Date: Mon, 20 Jul 2009 15:48:48 +0300
Subject: [PATCH 06/15] libdrm: Fix loop index variable type to match
the type of count
---
libdrm/xf86drm.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libdrm/xf86drm.c b/libdrm/xf86drm.c
index 30e9616..2507829 100644
--- a/libdrm/xf86drm.c
+++ b/libdrm/xf86drm.c
@@ -2177,8 +2177,8 @@ int drmGetClient(int fd, int idx, int *auth, int
*pid, int *uid,
int drmGetStats(int fd, drmStatsT *stats)
{
- drm_stats_t s;
- int i;
+ drm_stats_t s;
+ unsigned long i;
if (drmIoctl(fd, DRM_IOCTL_GET_STATS, &s))
return -errno;
--
1.6.3.3
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel