diff options
Diffstat (limited to 'usr/src/head/utime.h')
-rw-r--r-- | usr/src/head/utime.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/head/utime.h b/usr/src/head/utime.h index a39c702486..c4d28e55a2 100644 --- a/usr/src/head/utime.h +++ b/usr/src/head/utime.h @@ -19,6 +19,9 @@ * * CDDL HEADER END */ +/* + * Copyright 2014 Garrett D'Amore <garrett@damore.org> + */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ @@ -28,19 +31,13 @@ #ifndef _UTIME_H #define _UTIME_H -#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.3 */ - #include <sys/utime.h> #ifdef __cplusplus extern "C" { #endif -#if defined(__STDC__) extern int utime(const char *, const struct utimbuf *); -#else -extern int utime(); -#endif /* __STDC__ */ #ifdef __cplusplus } |