diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-08-01 18:03:28 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-08-01 18:03:28 +0000 |
| commit | 5a70a75747c98dd1054451c3cea8704fae9405a3 (patch) | |
| tree | 170d6a88ff6d6572466ba7b3c7600378118d6efb | |
| parent | 0c20d793916d73a2991532bdae33647eab0d04cd (diff) | |
Notes
| -rw-r--r-- | sbin/fsck/inode.c | 4 | ||||
| -rw-r--r-- | sbin/fsck_ffs/inode.c | 4 | ||||
| -rw-r--r-- | sbin/fsck_ifs/inode.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/fsck/inode.c b/sbin/fsck/inode.c index d079841e05b0..b7e80cdffaa6 100644 --- a/sbin/fsck/inode.c +++ b/sbin/fsck/inode.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)inode.c 8.8 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: inode.c,v 1.14 1998/06/15 07:07:12 charnier Exp $"; + "$Id: inode.c,v 1.15 1998/06/28 19:23:02 bde Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -372,7 +372,7 @@ cacheino(dp, inumber) { register struct inoinfo *inp; struct inoinfo **inpp; - unsigned int blks; + int blks; blks = howmany(dp->di_size, sblock.fs_bsize); if (blks > NDADDR) diff --git a/sbin/fsck_ffs/inode.c b/sbin/fsck_ffs/inode.c index d079841e05b0..b7e80cdffaa6 100644 --- a/sbin/fsck_ffs/inode.c +++ b/sbin/fsck_ffs/inode.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)inode.c 8.8 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: inode.c,v 1.14 1998/06/15 07:07:12 charnier Exp $"; + "$Id: inode.c,v 1.15 1998/06/28 19:23:02 bde Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -372,7 +372,7 @@ cacheino(dp, inumber) { register struct inoinfo *inp; struct inoinfo **inpp; - unsigned int blks; + int blks; blks = howmany(dp->di_size, sblock.fs_bsize); if (blks > NDADDR) diff --git a/sbin/fsck_ifs/inode.c b/sbin/fsck_ifs/inode.c index d079841e05b0..b7e80cdffaa6 100644 --- a/sbin/fsck_ifs/inode.c +++ b/sbin/fsck_ifs/inode.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)inode.c 8.8 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: inode.c,v 1.14 1998/06/15 07:07:12 charnier Exp $"; + "$Id: inode.c,v 1.15 1998/06/28 19:23:02 bde Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -372,7 +372,7 @@ cacheino(dp, inumber) { register struct inoinfo *inp; struct inoinfo **inpp; - unsigned int blks; + int blks; blks = howmany(dp->di_size, sblock.fs_bsize); if (blks > NDADDR) |
