From 56dac2a9ca1625af5343957a19686bceab277129 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 18 Jun 2007 00:17:04 -0400 Subject: Add a dummy "touch" to make it all build again. --- toys/touch.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 toys/touch.c (limited to 'toys/touch.c') diff --git a/toys/touch.c b/toys/touch.c new file mode 100644 index 00000000..51fd53f2 --- /dev/null +++ b/toys/touch.c @@ -0,0 +1,14 @@ +/* vi: set sw=4 ts=4: */ +/* + * touch.c - Modify a file's timestamps (or length). + */ + +#include "toys.h" + +# warning touch unimplemented + +int touch_main(void) +{ + printf("Hello world\n"); + return 0; +} -- cgit v1.2.3