diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-29 18:39:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-29 18:39:24 +0000 |
commit | 6b78b159d102a0d9c9569fdfe01402c43ed808db (patch) | |
tree | c52077c3e099acdf85db980a2c821320dbcc7463 /sbin/ncheck_ffs/ncheck_ffs.c | |
parent | ef45b046d50271fb77ae73c50cf2bb20badc690f (diff) |
spaces
Diffstat (limited to 'sbin/ncheck_ffs/ncheck_ffs.c')
-rw-r--r-- | sbin/ncheck_ffs/ncheck_ffs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ncheck_ffs/ncheck_ffs.c b/sbin/ncheck_ffs/ncheck_ffs.c index 6bc58c0b660..5f894aa9d9f 100644 --- a/sbin/ncheck_ffs/ncheck_ffs.c +++ b/sbin/ncheck_ffs/ncheck_ffs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncheck_ffs.c,v 1.18 2003/06/11 06:22:14 deraadt Exp $ */ +/* $OpenBSD: ncheck_ffs.c,v 1.19 2003/07/29 18:38:36 deraadt Exp $ */ /*- * Copyright (c) 1995, 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> @@ -26,7 +26,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: ncheck_ffs.c,v 1.18 2003/06/11 06:22:14 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: ncheck_ffs.c,v 1.19 2003/07/29 18:38:36 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -204,7 +204,7 @@ getino(ino_t inum) * reading in sector sized pieces. Error recovery is attempted at most * BREADEMAX times before seeking consent from the operator to continue. */ -int breaderrors = 0; +int breaderrors = 0; #define BREADEMAX 32 void @@ -448,7 +448,7 @@ main(int argc, char *argv[]) optarg); addinode((ino_t)ulval); - while (optind < argc) { + while (optind < argc) { errno = 0; ulval = strtoul(argv[optind], &ep, 10); if (argv[optind][0] == '\0' || *ep != '\0') |