Update declaration to match the change made to dir.c a few hours ago.

This commit is contained in:
Bruce Evans 1995-04-02 22:53:36 +00:00
parent 0b2a7a1bff
commit df62fcee1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7601
3 changed files with 3 additions and 3 deletions

View File

@ -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));

View File

@ -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));

View File

@ -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));