summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/acct.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/acct.h')
-rw-r--r--usr/src/uts/common/sys/acct.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/uts/common/sys/acct.h b/usr/src/uts/common/sys/acct.h
index e8903bd0da..42a8d69f96 100644
--- a/usr/src/uts/common/sys/acct.h
+++ b/usr/src/uts/common/sys/acct.h
@@ -20,6 +20,7 @@
*/
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
* Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
*/
@@ -82,11 +83,7 @@ struct o_acct {
};
#if !defined(_KERNEL)
-#if defined(__STDC__)
extern int acct(const char *);
-#else
-extern int acct();
-#endif
#endif /* !defined(_KERNEL) */
#if defined(_KERNEL)