From fd3ec7b9e67578d2f7caf1914853bd56c9a39ff7 Mon Sep 17 00:00:00 2001 From: pfg Date: Wed, 27 Apr 2016 01:36:25 +0000 Subject: [PATCH] fsck_ffs: Revert partially the unsigned changes. Any value of uint16_t will be internally promoted to int so changing them to an unsigned value doesn't help. Missing revert value in suj_read(). X-MFC with: r298551 --- sbin/fsck_ffs/suj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/fsck_ffs/suj.c b/sbin/fsck_ffs/suj.c index c6401245ce27..58949c9e3cd8 100644 --- a/sbin/fsck_ffs/suj.c +++ b/sbin/fsck_ffs/suj.c @@ -2543,7 +2543,7 @@ suj_read(void) int blocks; int recsize; int size; - u_int i; + int i; /* * Read records until we exhaust the journal space. If we find