summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/fsck/fsck.h2
-rw-r--r--sbin/fsck_ffs/fsck.h2
-rw-r--r--sbin/fsck_ifs/fsck.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/fsck/fsck.h b/sbin/fsck/fsck.h
index bfa554a..f38715d 100644
--- a/sbin/fsck/fsck.h
+++ b/sbin/fsck/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));
diff --git a/sbin/fsck_ffs/fsck.h b/sbin/fsck_ffs/fsck.h
index bfa554a..f38715d 100644
--- a/sbin/fsck_ffs/fsck.h
+++ b/sbin/fsck_ffs/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));
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