diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-09-25 02:10:38 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-09-25 02:10:38 +0000 |
| commit | e9eda3a1e970edf5b4a516099fc8be3b059cdc39 (patch) | |
| tree | 0203c5470f68d6f70ea4bba403ae9a212fe7a266 | |
| parent | 3c9497b9e04a8cedf96e8e19d70f9164b638d81f (diff) | |
Notes
| -rw-r--r-- | sbin/i386/ft/ft.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/i386/ft/ft.c b/sbin/i386/ft/ft.c index f4d3f7df5f5d..56b367748d52 100644 --- a/sbin/i386/ft/ft.c +++ b/sbin/i386/ft/ft.c @@ -469,7 +469,7 @@ int main(int argc, char *argv[]) { int i; - char *tape, *getenv(); + char *tape; /* Get device from environment, command line will override. */ |
