diff options
Diffstat (limited to 'usr/src/head/ustat.h')
-rw-r--r-- | usr/src/head/ustat.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/head/ustat.h b/usr/src/head/ustat.h index b198e8f502..e78c14a349 100644 --- a/usr/src/head/ustat.h +++ b/usr/src/head/ustat.h @@ -19,6 +19,9 @@ * * CDDL HEADER END */ +/* + * Copyright 2014 Garrett D'Amore <garrett@damore.org> + */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ @@ -26,8 +29,6 @@ #ifndef _USTAT_H #define _USTAT_H -#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.3.1.6 */ - #include <sys/types.h> #include <sys/ustat.h> @@ -35,11 +36,7 @@ extern "C" { #endif -#if defined(__STDC__) extern int ustat(dev_t, struct ustat *); -#else -extern int ustat(); -#endif /* end defined(_STDC) */ #ifdef __cplusplus } |