summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ifs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-04-02 22:53:36 +0000
committerbde <bde@FreeBSD.org>1995-04-02 22:53:36 +0000
commitf9b7dacd3c6cc43cda95a157958f2f4b08534d03 (patch)
tree19119c76a45810e9ed4a9b3e6b414da6f91fdfa0 /sbin/fsck_ifs
parente7c2171d6a38960c573e67b826908231a70c6ea1 (diff)
downloadFreeBSD-src-f9b7dacd3c6cc43cda95a157958f2f4b08534d03.zip
FreeBSD-src-f9b7dacd3c6cc43cda95a157958f2f4b08534d03.tar.gz
Update declaration to match the change made to dir.c a few hours ago.
Diffstat (limited to 'sbin/fsck_ifs')
-rw-r--r--sbin/fsck_ifs/fsck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_ifs/fsck.h b/sbin/fsck_ifs/fsck.h
index bfa554a..f38715d 100644
--- a/sbin/fsck_ifs/fsck.h
+++ b/sbin/fsck_ifs/fsck.h
@@ -211,7 +211,7 @@ struct dinode zino;
/* dir.c */
void adjust __P((struct inodesc *idesc, short lcnt));
-int allocdir __P((ino_t parent, ino_t request, int mode));
+ino_t allocdir __P((ino_t parent, ino_t request, int mode));
int changeino __P((ino_t dir, char *name, ino_t newnum));
void direrror __P((ino_t ino, char *errmesg));
int dirscan __P((struct inodesc *idesc));
OpenPOWER on IntegriCloud