Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and
[unix-history] / sys / netccitt / x25err.h
index fb842ea..b38bd21 100644 (file)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)x25err.h    7.2 (Berkeley) 5/11/90
+ *     from: @(#)x25err.h      7.2 (Berkeley) 5/11/90
+ *     $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 
@@ -62,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_ */