summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-23 17:00:03 +0000
committerbde <bde@FreeBSD.org>1999-12-23 17:00:03 +0000
commit07a5e27474c395350e9d13435800bc68c513c058 (patch)
tree8ac17583455a7e480d2eeca00cde62457212fa9d
parent0952f51f4a62cb8a2e04643ec4779cd96be440df (diff)
downloadFreeBSD-src-07a5e27474c395350e9d13435800bc68c513c058.zip
FreeBSD-src-07a5e27474c395350e9d13435800bc68c513c058.tar.gz
Fixed missing declarations of futimes(2) and lutimes(2).
-rw-r--r--sys/sys/time.h2
-rw-r--r--sys/sys/timetc.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/sys/time.h b/sys/sys/time.h
index 1742eb4..fea32d2 100644
--- a/sys/sys/time.h
+++ b/sys/sys/time.h
@@ -292,8 +292,10 @@ void update_timecounter __P((struct timecounter *tc));
__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 lutimes __P((const char *, const struct timeval *));
int setitimer __P((int, const struct itimerval *, struct itimerval *));
int settimeofday __P((const struct timeval *, const struct timezone *));
int utimes __P((const char *, const struct timeval *));
diff --git a/sys/sys/timetc.h b/sys/sys/timetc.h
index 1742eb4..fea32d2 100644
--- a/sys/sys/timetc.h
+++ b/sys/sys/timetc.h
@@ -292,8 +292,10 @@ void update_timecounter __P((struct timecounter *tc));
__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 lutimes __P((const char *, const struct timeval *));
int setitimer __P((int, const struct itimerval *, struct itimerval *));
int settimeofday __P((const struct timeval *, const struct timezone *));
int utimes __P((const char *, const struct timeval *));
OpenPOWER on IntegriCloud