summaryrefslogtreecommitdiffstats
path: root/include/utime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utime.h')
-rw-r--r--include/utime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/utime.h b/include/utime.h
index 1ea12d0..64511c0 100644
--- a/include/utime.h
+++ b/include/utime.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)utime.h 8.1 (Berkeley) 6/2/93
+ * $FreeBSD$
*/
#ifndef _UTIME_H_
@@ -44,7 +45,7 @@ struct utimbuf {
#include <sys/cdefs.h>
__BEGIN_DECLS
-int utime __P((const char *, const struct utimbuf *));
+int utime(const char *, const struct utimbuf *);
__END_DECLS
#endif /* !_UTIME_H_ */
OpenPOWER on IntegriCloud