summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs
diff options
context:
space:
mode:
authorluoqi <luoqi@FreeBSD.org>2000-01-30 05:24:55 +0000
committerluoqi <luoqi@FreeBSD.org>2000-01-30 05:24:55 +0000
commitab74d7daf1c8da7138bcadf1497ca8d3c99fb3b3 (patch)
treea0bb238fafb355f3573fd5fdc02c1fd9582d6789 /sbin/tunefs
parentbf195fb99c81be1d0eb9b0f4ce42eb2b214153f2 (diff)
downloadFreeBSD-src-ab74d7daf1c8da7138bcadf1497ca8d3c99fb3b3.zip
FreeBSD-src-ab74d7daf1c8da7138bcadf1497ca8d3c99fb3b3.tar.gz
Remove unused #include and prototype declaration.
Diffstat (limited to 'sbin/tunefs')
-rw-r--r--sbin/tunefs/tunefs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c
index a4426d5..1cdaae8 100644
--- a/sbin/tunefs/tunefs.c
+++ b/sbin/tunefs/tunefs.c
@@ -61,7 +61,6 @@ static const char rcsid[] =
#include <paths.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include <unistd.h>
/* the optimization warning string template */
@@ -81,7 +80,6 @@ int bread(daddr_t, char *, int);
void getsb(struct fs *, char *);
void usage __P((void));
void printfs __P((void));
-char *rawname __P((char *, char *));
int
main(argc, argv)
OpenPOWER on IntegriCloud