diff options
author | Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> | 2019-06-05 00:10:11 -0500 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> | 2019-06-05 00:10:11 -0500 |
commit | 0a732af73aa7a2378e6981d3a7443e50fd291d2c (patch) | |
tree | 7b06b42159bdf69ed9c2ccca55d0d10ec09d79e1 /usr.bin/time/xtime.c | |
parent | 781dfa351934e5c0f6927456458a9f1a19442107 (diff) | |
download | userland-0a732af73aa7a2378e6981d3a7443e50fd291d2c.tar.gz userland-0a732af73aa7a2378e6981d3a7443e50fd291d2c.tar.bz2 userland-0a732af73aa7a2378e6981d3a7443e50fd291d2c.tar.xz userland-0a732af73aa7a2378e6981d3a7443e50fd291d2c.zip |
usr.bin/time: this was inappropriately pruned at some point
Diffstat (limited to 'usr.bin/time/xtime.c')
-rw-r--r-- | usr.bin/time/xtime.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr.bin/time/xtime.c b/usr.bin/time/xtime.c deleted file mode 100644 index b685d2d..0000000 --- a/usr.bin/time/xtime.c +++ /dev/null @@ -1,9 +0,0 @@ -/* $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" |