BSD 4_2 release
[unix-history] / usr / src / bin / time.c
index a48e4b6..d2aae1a 100644 (file)
@@ -1,4 +1,6 @@
-static char *sccsid = "@(#)time.c      4.3 (Berkeley) 11/14/82";
+#ifndef lint
+static char *sccsid = "@(#)time.c      4.5 (Berkeley) 7/1/83";
+#endif
 
 /*
  * time
 
 /*
  * time
@@ -6,8 +8,8 @@ static  char *sccsid = "@(#)time.c      4.3 (Berkeley) 11/14/82";
 #include <stdio.h>
 #include <signal.h>
 #include <sys/types.h>
 #include <stdio.h>
 #include <signal.h>
 #include <sys/types.h>
-#include <time.h>
-#include <resource.h>
+#include <sys/time.h>
+#include <sys/resource.h>
 
 main(argc, argv)
        int argc;
 
 main(argc, argv)
        int argc;