aboutsummaryrefslogtreecommitdiff
path: root/miscutils/time.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-09-22 02:52:41 +0000
committerRob Landley <rob@landley.net>2006-09-22 02:52:41 +0000
commite9a7a6212b5881bd29ee5936b492f4d8899df8bb (patch)
treeba1df1897eef7f654781e15b48fb55c6918e9465 /miscutils/time.c
parent05592ac00c987a181d675cd821a981040ae5b988 (diff)
downloadbusybox-e9a7a6212b5881bd29ee5936b492f4d8899df8bb.tar.gz
Change license statements (and clean up headers) on some of the files that
Erik or I are primary copyright holders on.
Diffstat (limited to 'miscutils/time.c')
-rw-r--r--miscutils/time.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/miscutils/time.c b/miscutils/time.c
index 8c7419b58..3f1451c83 100644
--- a/miscutils/time.c
+++ b/miscutils/time.c
@@ -2,7 +2,7 @@
/* `time' utility to display resource usage of processes.
Copyright (C) 1990, 91, 92, 93, 96 Free Software Foundation, Inc.
- Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ Licensed under GPL version 2, see file LICENSE in this tarball for details.
*/
/* Originally written by David Keppel <pardo@cs.washington.edu>.
Heavily modified by David MacKenzie <djm@gnu.ai.mit.edu>.
@@ -10,20 +10,8 @@
*/
#include "busybox.h"
-#include <stdlib.h>
-#include <stdio.h>
-#include <signal.h>
-#include <errno.h>
-#include <getopt.h>
-#include <string.h>
-#include <limits.h>
-#include <unistd.h>
-#include <sys/types.h> /* For pid_t. */
-#include <sys/wait.h>
-#include <sys/param.h> /* For getpagesize, maybe. */
#define TV_MSEC tv_usec / 1000
-#include <sys/resource.h>
/* Information on the resources used by a child process. */
typedef struct {