Print this page
remove support for non-ANSI compilation

*** 17,47 **** * fields enclosed by brackets "[]" replaced with your own identifying * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ #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> #ifdef __cplusplus extern "C" { #endif - #if defined(__STDC__) extern int ustat(dev_t, struct ustat *); - #else - extern int ustat(); - #endif /* end defined(_STDC) */ #ifdef __cplusplus } #endif --- 17,44 ---- * fields enclosed by brackets "[]" replaced with your own identifying * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ + /* + * Copyright 2014 Garrett D'Amore <garrett@damore.org> + */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ #ifndef _USTAT_H #define _USTAT_H #include <sys/types.h> #include <sys/ustat.h> #ifdef __cplusplus extern "C" { #endif extern int ustat(dev_t, struct ustat *); #ifdef __cplusplus } #endif