summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stdbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdbuf.c b/src/stdbuf.c
index 607859ca1..2f66dd5ba 100644
--- a/src/stdbuf.c
+++ b/src/stdbuf.c
@@ -257,7 +257,7 @@ set_LD_PRELOAD (void)
static void
set_libstdbuf_options (void)
{
- int i;
+ unsigned int i;
for (i = 0; i < ARRAY_CARDINALITY (stdbuf); i++)
{