From: deraadt Date: Thu, 2 May 1996 13:14:04 +0000 (+0000) Subject: add futimes() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fc9323520fbcefc7263f51d85321c75a4848db05;p=openbsd add futimes() --- 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 *));