aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck/fsck.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck/fsck.h')
-rw-r--r--sbin/fsck/fsck.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck/fsck.h b/sbin/fsck/fsck.h
index 24037b61783a..317052f115c2 100644
--- a/sbin/fsck/fsck.h
+++ b/sbin/fsck/fsck.h
@@ -278,14 +278,14 @@ void catch __P((int));
void catchquit __P((int));
void ckfini __P((void));
int dofix __P((struct inodesc *idesc, char *msg));
-__dead void errexit __P((const char *s1, ...)) __dead2;
+void errexit __P((const char *s1, ...)) __dead2;
void flush __P((int fd, struct bufarea *bp));
void freeblk __P((daddr_t blkno, long frags));
int ftypeok __P((struct dinode *dp));
void getblk __P((struct bufarea *bp, daddr_t blk, long size));
struct bufarea * getdatablk __P((daddr_t blkno, long size));
void getpathname __P((char *namebuf, ino_t curdir, ino_t ino));
-__dead void panic __P((const char *, ...)) __dead2;
+void panic __P((const char *, ...)) __dead2;
void pfatal __P((const char *s1, ...));
void pwarn __P((const char *s1, ...));
int reply __P((char *question));