diff options
Diffstat (limited to 'usr/src/head/libw.h')
-rw-r--r-- | usr/src/head/libw.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr/src/head/libw.h b/usr/src/head/libw.h index 5203bb2ef5..7b317ca38c 100644 --- a/usr/src/head/libw.h +++ b/usr/src/head/libw.h @@ -19,15 +19,15 @@ * * CDDL HEADER END */ +/* + * Copyright 2014 Garrett D'Amore <garrett@damore.org> + */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ - #ifndef _LIBW_H #define _LIBW_H -#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.1 */ - #include <stdlib.h> #ifdef __cplusplus @@ -44,11 +44,7 @@ typedef struct { } eucwidth_t; #endif -#ifdef __STDC__ void getwidth(eucwidth_t *); -#else -void getwidth(); -#endif /* __STDC__ */ #ifdef __cplusplus } |