diff options
Diffstat (limited to 'usr/src/head/config_admin.h')
-rw-r--r-- | usr/src/head/config_admin.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/usr/src/head/config_admin.h b/usr/src/head/config_admin.h index aec3197179..b9ec606ace 100644 --- a/usr/src/head/config_admin.h +++ b/usr/src/head/config_admin.h @@ -20,6 +20,8 @@ * CDDL HEADER END */ /* + * Copyright 2014 Garrett D'Amore <garrett@damore.org> + * * Copyright 1998-2002 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -27,8 +29,6 @@ #ifndef _SYS_CONFIG_ADMIN_H #define _SYS_CONFIG_ADMIN_H -#pragma ident "%Z%%M% %I% %E% SMI" - /* * config_admin.h * @@ -176,8 +176,6 @@ typedef enum { } cfga_err_t; -#if defined(__STDC__) - /* * config_admin.3x library interfaces */ @@ -256,13 +254,6 @@ cfga_err_t cfga_list(const char *, struct cfga_stat_data **, int *, #endif /* CFGA_PLUGIN_LIB */ -#else /* !defined __STDC__ */ - -extern const char *config_strerror(); -extern int config_ap_id_cmp(); - -#endif /* __STDC__ */ - #ifdef __cplusplus } #endif |