X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/95f51977ddc18faa2e212f30c00a39540b39f325..ca67e7b465996afb3821d6a075c4dc6a7f0f5d52:/usr/src/bin/du.c diff --git a/usr/src/bin/du.c b/usr/src/bin/du.c index a333d49a2f..5e9605fbe7 100644 --- a/usr/src/bin/du.c +++ b/usr/src/bin/du.c @@ -1,5 +1,5 @@ #ifndef lint -static char *sccsid = "@(#)du.c 4.11 (Berkeley) 7/1/83"; +static char *sccsid = "@(#)du.c 4.12 (Berkeley) 10/22/87"; #endif #include @@ -20,7 +20,7 @@ struct { int mlx; long descend(); -char *index(), *rindex(), *strcpy(), *sprintf(); +char *index(), *rindex(), *strcpy(); #define kb(n) (howmany(dbtob(n), 1024))