From f9b7dacd3c6cc43cda95a157958f2f4b08534d03 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 2 Apr 1995 22:53:36 +0000 Subject: Update declaration to match the change made to dir.c a few hours ago. --- sbin/fsck_ifs/fsck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/fsck_ifs') 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)); -- cgit v1.1