summaryrefslogtreecommitdiff
path: root/usr.bin/time/xtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/time/xtime.c')
-rw-r--r--usr.bin/time/xtime.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/time/xtime.c b/usr.bin/time/xtime.c
new file mode 100644
index 0000000..b685d2d
--- /dev/null
+++ b/usr.bin/time/xtime.c
@@ -0,0 +1,9 @@
+/* $NetBSD: xtime.c,v 1.1 2007/02/24 21:30:27 matt Exp $ */
+
+
+
+#include <stdio.h>
+#include <sys/time.h>
+#include <sys/resource.h>
+#include "ext.h"
+#include "csh/time.c"