summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/instance.h')
-rw-r--r--usr/src/uts/common/sys/instance.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/sys/instance.h b/usr/src/uts/common/sys/instance.h
index 4e57a9974f..01a404010f 100644
--- a/usr/src/uts/common/sys/instance.h
+++ b/usr/src/uts/common/sys/instance.h
@@ -19,6 +19,8 @@
* CDDL HEADER END
*/
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ *
* Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
*/
@@ -134,11 +136,7 @@ void e_ddi_return_instance(dev_info_t *cdip, char *addr, in_node_t *cnp);
#else /* _KERNEL */
-#ifdef __STDC__
extern int inst_sync(char *pathname, int flags);
-#else
-extern int inst_sync();
-#endif /* __STDC__ */
#endif /* _KERNEL */
#define INST_SYNC_IF_REQUIRED 0