diff options
Diffstat (limited to 'usr/src/head/exec_attr.h')
-rw-r--r-- | usr/src/head/exec_attr.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/usr/src/head/exec_attr.h b/usr/src/head/exec_attr.h index 8c3eb38331..c3660de425 100644 --- a/usr/src/head/exec_attr.h +++ b/usr/src/head/exec_attr.h @@ -19,6 +19,8 @@ * CDDL HEADER END */ /* + * Copyright 2014 Garrett D'Amore <garrett@damore.org> + * * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -129,7 +131,6 @@ typedef struct __private_execattr { } _priv_execattr; /* Un-supported. For Sun internal use only */ -#ifdef __STDC__ extern execattr_t *getexecattr(void); extern execattr_t *getexecuser(const char *, const char *, const char *, int); extern execattr_t *getexecprof(const char *, const char *, const char *, int); @@ -139,17 +140,6 @@ extern void free_execattr(execattr_t *); extern void setexecattr(void); extern void endexecattr(void); -#else /* not __STDC__ */ - -extern execattr_t *getexecattr(); -extern execattr_t *getexecuser(); -extern execattr_t *getexecprof(); -extern execattr_t *match_execattr(); -extern void setexecattr(); -extern void endexecattr(); -extern void free_execattr(); -#endif - #ifdef __cplusplus } #endif |