diff options
Diffstat (limited to 'source4/lib/bitmap.c')
-rw-r--r-- | source4/lib/bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/bitmap.c b/source4/lib/bitmap.c index 63b093617b..2e67fb5439 100644 --- a/source4/lib/bitmap.c +++ b/source4/lib/bitmap.c @@ -129,7 +129,7 @@ wraparound ****************************************************************************/ int bitmap_find(struct bitmap *bm, unsigned ofs) { - unsigned int i, j; + uint_t i, j; if (ofs > bm->n) ofs = 0; |