summaryrefslogtreecommitdiff
path: root/sys/netccitt/x25err.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netccitt/x25err.h')
-rw-r--r--sys/netccitt/x25err.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/netccitt/x25err.h b/sys/netccitt/x25err.h
index a52cb4353e2b..69095d96faa3 100644
--- a/sys/netccitt/x25err.h
+++ b/sys/netccitt/x25err.h
@@ -36,9 +36,12 @@
* SUCH DAMAGE.
*
* from: @(#)x25err.h 7.2 (Berkeley) 5/11/90
- * $Id: x25err.h,v 1.2 1993/10/16 19:47:02 rgrimes Exp $
+ * $Id: x25err.h,v 1.3 1993/11/07 17:47:31 wollman Exp $
*/
+#ifndef _NETCCITT_X25ERR_H_
+#define _NETCCITT_X25ERR_H_ 1
+
/*
*
* X.25 Reset and Clear errors and diagnostics. These values are
@@ -63,3 +66,4 @@
#define EXCNCG 118 /* Clear: network congestion */
#define EXCNOB 119 /* Clear: not obtainable */
+#endif /* _NETCCITT_X25ERR_H_ */