Print this page
remove support for non-ANSI compilation
*** 24,33 ****
--- 24,35 ----
* All Rights Reserved
*
*/
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ *
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
* Copyright 2014 Gary Mills
*/
*** 190,201 ****
* Flags for t_getname.
*/
#define LOCALNAME 0
#define REMOTENAME 1
- #if defined(__STDC__)
-
extern int t_accept(int fildes, int resfd, struct t_call *call);
extern char *t_alloc(int fildes, int struct_type, int fields);
extern int t_bind(int fildes, struct t_bind *req, struct t_bind *ret);
extern int t_close(int fildes);
extern int t_connect(int fildes, struct t_call *sndcall,
--- 192,201 ----
*** 228,239 ****
* N.B.: this interface is deprecated. Use t_strerror() instead.
*/
extern char *t_errlist[];
extern int t_nerr;
- #endif /* __STDC__ */
-
#ifdef __cplusplus
}
#endif
#endif /* _SYS_TIUSER_H */
--- 228,237 ----