Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Add needed sys/stat.h include for utimens funct...
details: https://anonhg.NetBSD.org/src/rev/878cfd0bab24
branches: trunk
changeset: 789953:878cfd0bab24
user: njoly <njoly%NetBSD.org@localhost>
date: Sat Sep 14 10:41:18 2013 +0000
description:
Add needed sys/stat.h include for utimens functions.
diffstat:
lib/libc/sys/utimes.2 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 339ff9e37d47 -r 878cfd0bab24 lib/libc/sys/utimes.2
--- a/lib/libc/sys/utimes.2 Sat Sep 14 05:38:00 2013 +0000
+++ b/lib/libc/sys/utimes.2 Sat Sep 14 10:41:18 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: utimes.2,v 1.38 2013/07/29 14:34:59 njoly Exp $
+.\" $NetBSD: utimes.2,v 1.39 2013/09/14 10:41:18 njoly Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)utimes.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd July 19, 2013
+.Dd September 14, 2013
.Dt UTIMES 2
.Os
.Sh NAME
@@ -51,12 +51,14 @@
.Fn lutimes "const char *path" "const struct timeval times[2]"
.Ft int
.Fn futimes "int fd" "const struct timeval times[2]"
+.In sys/stat.h
.Ft int
.Fn utimens "const char *path" "const struct timespec times[2]"
.Ft int
.Fn lutimens "const char *path" "const struct timespec times[2]"
.Ft int
.Fn futimens "int fd" "const struct timespec times[2]"
+.In sys/stat.h
.In fcntl.h
.Ft int
.Fn utimensat "int fd" "const char *path" "const struct timespec times[2]" \
Home |
Main Index |
Thread Index |
Old Index