aboutsummaryrefslogtreecommitdiff
path: root/sys/netiso/tp_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netiso/tp_user.h')
-rw-r--r--sys/netiso/tp_user.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/sys/netiso/tp_user.h b/sys/netiso/tp_user.h
index 3f8ca795b487..cfe44ba780e4 100644
--- a/sys/netiso/tp_user.h
+++ b/sys/netiso/tp_user.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)tp_user.h 7.10 (Berkeley) 5/6/91
- * $Id: tp_user.h,v 1.2 1993/10/16 21:06:13 rgrimes Exp $
+ * $Id: tp_user.h,v 1.3 1993/11/07 17:50:07 wollman Exp $
*/
/***********************************************************
@@ -67,17 +67,11 @@ SOFTWARE.
* These are the values a real-live user ;-) needs.
*/
-#ifndef _TYPES_
-#ifdef KERNEL
-#include "../sys/types.h"
-#else KERNEL
-#include <sys/types.h>
-#endif KERNEL
-#endif
-
#ifndef __TP_USER__
#define __TP_USER__
+#include <sys/types.h>
+
struct tp_conn_param {
/* PER CONNECTION parameters */
short p_Nretrans;
@@ -168,4 +162,4 @@ struct tp_disc_reason {
*/
-#endif __TP_USER__
+#endif /* __TP_USER__ */