diff options
| author | Luoqi Chen <luoqi@FreeBSD.org> | 2000-01-30 05:24:55 +0000 |
|---|---|---|
| committer | Luoqi Chen <luoqi@FreeBSD.org> | 2000-01-30 05:24:55 +0000 |
| commit | 51003344a847d66138858397c47aac9e81dd119e (patch) | |
| tree | 081dd15321e9e46549e53f7addaf7e2492d56b4c | |
| parent | b20ae6a0b31a15231948cf13f7d75680bfaf833c (diff) | |
Notes
| -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 a4426d5be20c..1cdaae8bf643 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) |
