BSD 4_3_Tahoe release
[unix-history] / usr / src / bin / du.c
index a333d49..5e9605f 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #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 <stdio.h>
 #endif
 
 #include <stdio.h>
@@ -20,7 +20,7 @@ struct {
 int    mlx;
 
 long   descend();
 int    mlx;
 
 long   descend();
-char   *index(), *rindex(), *strcpy(), *sprintf();
+char   *index(), *rindex(), *strcpy();
 
 #define        kb(n)   (howmany(dbtob(n), 1024))
 
 
 #define        kb(n)   (howmany(dbtob(n), 1024))