diff options
Diffstat (limited to 'usr/src/head/pw.h')
-rw-r--r-- | usr/src/head/pw.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/usr/src/head/pw.h b/usr/src/head/pw.h index 4b6c9de8d4..a0cd690821 100644 --- a/usr/src/head/pw.h +++ b/usr/src/head/pw.h @@ -19,30 +19,22 @@ * * CDDL HEADER END */ +/* + * Copyright 2014 Garrett D'Amore <garrett@damore.org> + */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ - #ifndef _PW_H #define _PW_H -#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.2 */ - #ifdef __cplusplus extern "C" { #endif -#if defined(__STDC__) - extern char *logname(void); extern char *regcmp(const char *, ...); extern char *regex(const char *, const char *, ...); -#else -extern char *logname(); -extern char *regcmp(); -extern char *regex(); - -#endif #ifdef __cplusplus } |