summaryrefslogtreecommitdiff
path: root/usr/src/head/xti.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/xti.h')
-rw-r--r--usr/src/head/xti.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/head/xti.h b/usr/src/head/xti.h
index a757167e2a..e261b5a807 100644
--- a/usr/src/head/xti.h
+++ b/usr/src/head/xti.h
@@ -19,6 +19,9 @@
*
* CDDL HEADER END
*/
+/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ */
/* Copyright (c) 1996 Sun Microsystems, Inc. */
/* All Rights Reserved */
@@ -26,8 +29,6 @@
#ifndef _XTI_H
#define _XTI_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
/*
@@ -479,8 +480,6 @@ struct t_uderr {
* XTI LIBRARY FUNCTIONS
*/
-#if defined(__STDC__)
-
#if defined(_XOPEN_SOURCE) && !defined(_XPG5)
extern int t_accept(int, int, struct t_call *);
extern char *t_alloc(int, int, int);
@@ -534,8 +533,6 @@ extern int t_sync(int);
extern int t_sysconf(int);
extern int t_unbind(int);
-#endif /* __STDC__ */
-
#ifdef __cplusplus
}
#endif