summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/dir.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-04-02 15:25:19 +0000
committerbde <bde@FreeBSD.org>1995-04-02 15:25:19 +0000
commit93d526e43b20ebd9c84f184c2619384253575c8b (patch)
treea603aeb95c2f4d5465eeb7f9f2839c9f0aa28291 /sbin/fsck_ffs/dir.c
parent2742dc81e0a2c14dd7868eadfd72be0636515932 (diff)
downloadFreeBSD-src-93d526e43b20ebd9c84f184c2619384253575c8b.zip
FreeBSD-src-93d526e43b20ebd9c84f184c2619384253575c8b.tar.gz
Submitted by: Philippe Charnier <charnier@lirmm.fr>, distilled by bde
Fix a couple more bogus types that aren't reported by `gcc -Wall'.
Diffstat (limited to 'sbin/fsck_ffs/dir.c')
-rw-r--r--sbin/fsck_ffs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/dir.c b/sbin/fsck_ffs/dir.c
index b05109c..ead9a5f 100644
--- a/sbin/fsck_ffs/dir.c
+++ b/sbin/fsck_ffs/dir.c
@@ -597,7 +597,7 @@ bad:
/*
* allocate a new directory
*/
-int
+ino_t
allocdir(parent, request, mode)
ino_t parent, request;
int mode;
OpenPOWER on IntegriCloud