Made all header files idempotent and moved incorrect common data from
[unix-history] / sys / netccitt / x25err.h
index 4c0757c..b38bd21 100644 (file)
  * SUCH DAMAGE.
  *
  *     from: @(#)x25err.h      7.2 (Berkeley) 5/11/90
  * SUCH DAMAGE.
  *
  *     from: @(#)x25err.h      7.2 (Berkeley) 5/11/90
- *     $Id$
+ *     $Id: x25err.h,v 1.2 1993/10/16 19:47:02 rgrimes Exp $
  */
 
  */
 
+#ifndef _NETCCITT_X25ERR_H_
+#define _NETCCITT_X25ERR_H_ 1
+
 /* 
  *  
  *  X.25 Reset and Clear errors and diagnostics.  These values are 
 /* 
  *  
  *  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                */
 
 #define EXCNCG         118     /* Clear: network congestion            */
 #define EXCNOB         119     /* Clear: not obtainable                */
 
+#endif /* _NETCCITT_X25ERR_H_ */