diff options
Diffstat (limited to 'usr/src/cmd/tcopy/tcopy.c')
| -rw-r--r-- | usr/src/cmd/tcopy/tcopy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/tcopy/tcopy.c b/usr/src/cmd/tcopy/tcopy.c index 55024b9565..6fa3e50f3e 100644 --- a/usr/src/cmd/tcopy/tcopy.c +++ b/usr/src/cmd/tcopy/tcopy.c @@ -66,7 +66,7 @@ int main(argc, argv) char **argv; { - register n, nw, inp, outp; + int n, nw, inp, outp; struct mtop op; size_t buf_size = size_64K; @@ -181,7 +181,6 @@ char **argv; (void) close(outp); (void) printf("total length: %lld bytes\n", tsize); return (0); - /* NOTREACHED */ } void |
