mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Update declaration to match the change made to dir.c a few hours ago.
This commit is contained in:
parent
0b2a7a1bff
commit
df62fcee1f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7601
@ -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));
|
||||
|
@ -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));
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user