summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_time.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-19 15:40:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-19 15:40:31 +0000
commitc570f8073ee1d4f21ec80a9f0709816a1dfa8969 (patch)
treefe0a2c7c1ed6bd809a88f04e55684b00a0dbb3df /sys/compat/svr4/svr4_time.h
parent0a3dfa6333989e63098121e4b2c4f6255ade0b39 (diff)
from christos; add utime() and utimes()
Diffstat (limited to 'sys/compat/svr4/svr4_time.h')
-rw-r--r--sys/compat/svr4/svr4_time.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_time.h b/sys/compat/svr4/svr4_time.h
index 8944788c4a2..7644cfcb877 100644
--- a/sys/compat/svr4/svr4_time.h
+++ b/sys/compat/svr4/svr4_time.h
@@ -1,4 +1,4 @@
-/* $NetBSD: svr4_time.h,v 1.3 1994/10/29 00:43:28 christos Exp $ */
+/* $NetBSD: svr4_time.h,v 1.4 1995/12/19 07:13:23 christos Exp $ */
/*
* Copyright (c) 1994 Christos Zoulas
@@ -33,4 +33,9 @@
#include <compat/svr4/svr4_types.h>
#include <sys/time.h>
+struct svr4_utimbuf {
+ time_t actime;
+ time_t modtime;
+};
+
#endif /* !_SVR4_TIME_H_ */