From fc9323520fbcefc7263f51d85321c75a4848db05 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 2 May 1996 13:14:04 +0000 Subject: [PATCH] add futimes() --- sys/sys/time.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/sys/time.h b/sys/sys/time.h index bf904fe6cbc..b95e8b0659c 100644 --- a/sys/sys/time.h +++ b/sys/sys/time.h @@ -1,5 +1,5 @@ -/* $OpenBSD: time.h,v 1.2 1996/02/29 13:57:31 niklas Exp $ */ -/* $NetBSD: time.h,v 1.16 1995/06/15 23:08:11 cgd Exp $ */ +/* $OpenBSD: time.h,v 1.3 1996/05/02 13:14:04 deraadt Exp $ */ +/* $NetBSD: time.h,v 1.18 1996/04/23 10:29:33 mycroft Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -141,6 +141,7 @@ void microtime __P((struct timeval *tv)); __BEGIN_DECLS int adjtime __P((const struct timeval *, struct timeval *)); +int futimes __P((int, const struct timeval *)); int getitimer __P((int, struct itimerval *)); int gettimeofday __P((struct timeval *, struct timezone *)); int setitimer __P((int, const struct itimerval *, struct itimerval *)); -- 2.20.1