diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-02 05:25:57 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-02 05:25:57 +0000 |
commit | bfb1a05d6a058148ecda43a30a40a20bbe225220 (patch) | |
tree | 762ec7992bd0146643fdddd762b26b738e21c79c /sbin/fsck_msdos/ext.h | |
parent | 559202916340bf0b5dad20520920ee1ee9fc368b (diff) |
Update based on latest NetBSD version.
Now uses functions from util.[ch] instead of local ones.
Also some anal KNF from me...
Diffstat (limited to 'sbin/fsck_msdos/ext.h')
-rw-r--r-- | sbin/fsck_msdos/ext.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sbin/fsck_msdos/ext.h b/sbin/fsck_msdos/ext.h index ad490c04bad..aa74ea1ff17 100644 --- a/sbin/fsck_msdos/ext.h +++ b/sbin/fsck_msdos/ext.h @@ -1,5 +1,5 @@ -/* $OpenBSD: ext.h,v 1.3 1996/06/23 14:30:43 deraadt Exp $ */ -/* $NetBSD: ext.h,v 1.1.4.1 1996/05/31 18:41:45 jtc Exp $ */ +/* $OpenBSD: ext.h,v 1.4 1997/03/02 05:25:54 millert Exp $ */ +/* $NetBSD: ext.h,v 1.4 1996/09/23 16:27:59 christos Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank @@ -39,6 +39,7 @@ #include <sys/types.h> #include "dosfs.h" +#include "fsutil.h" #define LOSTDIR "LOST.DIR" @@ -57,11 +58,7 @@ extern struct dosDirEntry *rootDir; /* * function declarations */ -void errexit __P((const char *, ...)); -void pfatal __P((const char *, ...)); -void pwarn __P((const char *, ...)); int ask __P((int, const char *, ...)); -void perror __P((const char *)); /* * Check filesystem given as arg |