summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-05-09 17:42:50 +0000
committerJim Meyering <jim@meyering.net>1998-05-09 17:42:50 +0000
commit83c2cfa04da9ab123973645fadc9149310847118 (patch)
treeaba123d05ae6da89899d74ff417640d60cd6b285 /src/touch.c
parent53c7a54a585e9a7cda240afd84ef22975482b9a5 (diff)
downloadcoreutils-83c2cfa04da9ab123973645fadc9149310847118.tar.xz
Include safe-read.h.
Don't declare safe_read.
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c
index 8bb24b8d5..cb82831ab 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -42,13 +42,13 @@
#include "error.h"
#include "argmatch.h"
#include "getdate.h"
+#include "safe-read.h"
#ifndef STDC_HEADERS
time_t time ();
#endif
time_t posixtime ();
-int safe_read ();
int full_write ();
void invalid_arg ();