diff options
Diffstat (limited to 'usr/src/head/stropts.h')
-rw-r--r-- | usr/src/head/stropts.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr/src/head/stropts.h b/usr/src/head/stropts.h index f0ceea2a71..d418991fea 100644 --- a/usr/src/head/stropts.h +++ b/usr/src/head/stropts.h @@ -22,8 +22,9 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ - /* + * Copyright 2014 Garrett D'Amore <garrett@damore.org> + * * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -31,8 +32,6 @@ #ifndef _STROPTS_H #define _STROPTS_H -#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.6 */ - /* * Streams user options definitions. */ @@ -44,8 +43,6 @@ extern "C" { #endif -#if defined(__STDC__) - extern int isastream(int); extern int getmsg(int, struct strbuf *_RESTRICT_KYWD, @@ -65,8 +62,6 @@ extern int ioctl(int, int, ...); extern int fattach(int, const char *); extern int fdetach(const char *); -#endif - #ifdef __cplusplus } #endif |