From 519149fb458b0fa69c10fecd83fae42e838cf01d Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 25 Oct 1997 03:49:49 +0000 Subject: Many files: fsck.c: chattr.c: Remove #include of getopt.h, since it's not needed. tune2fs.c (main): lsattr.c (main): badblocks.c (main): dumpe2fs.c (main): mke2fs.c (PRS): Make the variable which getopt returns into be an int, so that it won't lose on platforms where char is unsigned. ChangeLog, unix.c: Make the variable which getopt returns into be an int, so that it won't lose on platforms where char is unsigned. --- e2fsck/unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e2fsck/unix.c') diff --git a/e2fsck/unix.c b/e2fsck/unix.c index 11256708..9868e361 100644 --- a/e2fsck/unix.c +++ b/e2fsck/unix.c @@ -236,7 +236,7 @@ static void check_if_skip(e2fsck_t ctx) static errcode_t PRS(int argc, char *argv[], e2fsck_t *ret_ctx) { int flush = 0; - char c; + int c; #ifdef MTRACE extern void *mallwatch; #endif -- cgit v1.2.3