diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-10-29 16:09:17 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-10-29 16:09:17 +0000 |
commit | 198ce303b59578609e7aee2acf563208a00b61fa (patch) | |
tree | 9799b4b0832b250fb2c424daae3ed9ecc2c0b21a /sbin/fsck/fsutil.h | |
parent | f03fdf4e6f72e03157644c21db247f3b5888b214 (diff) | |
download | FreeBSD-src-198ce303b59578609e7aee2acf563208a00b61fa.zip FreeBSD-src-198ce303b59578609e7aee2acf563208a00b61fa.tar.gz |
Remove redundant declaration of the perror() function, it's provided by stdio.h.
Don't define DKTYPENAMES without using it.
Diffstat (limited to 'sbin/fsck/fsutil.h')
-rw-r--r-- | sbin/fsck/fsutil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/fsck/fsutil.h b/sbin/fsck/fsutil.h index 3950f55..bad9a1d 100644 --- a/sbin/fsck/fsutil.h +++ b/sbin/fsck/fsutil.h @@ -31,7 +31,6 @@ * $FreeBSD$ */ -void perror(const char *); void errexit(const char *, ...) __attribute__((__noreturn__,__format__(__printf__,1,2))); void pfatal(const char *, ...) |