diff options
Diffstat (limited to 'usr/src/uts/common/sys/uadmin.h')
-rw-r--r-- | usr/src/uts/common/sys/uadmin.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/sys/uadmin.h b/usr/src/uts/common/sys/uadmin.h index 6adeb477bb..c14a3bf11e 100644 --- a/usr/src/uts/common/sys/uadmin.h +++ b/usr/src/uts/common/sys/uadmin.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. * Copyright 2011 Joyent, Inc. All rights reserved. @@ -161,11 +163,7 @@ extern int kadmin(int, int, void *, cred_t *); extern void killall(zoneid_t, boolean_t); #endif -#if defined(__STDC__) extern int uadmin(int, int, uintptr_t); -#else -extern int uadmin(); -#endif #endif /* _ASM */ |