diff options
| -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. */ |
