diff options
author | luoqi <luoqi@FreeBSD.org> | 2000-01-30 05:24:55 +0000 |
---|---|---|
committer | luoqi <luoqi@FreeBSD.org> | 2000-01-30 05:24:55 +0000 |
commit | ab74d7daf1c8da7138bcadf1497ca8d3c99fb3b3 (patch) | |
tree | a0bb238fafb355f3573fd5fdc02c1fd9582d6789 /sbin/tunefs | |
parent | bf195fb99c81be1d0eb9b0f4ce42eb2b214153f2 (diff) | |
download | FreeBSD-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.c | 2 |
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) |