about summary refs log tree commit diff
path: root/misc/sysexits.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sysexits.h')
-rw-r--r--misc/sysexits.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/sysexits.h b/misc/sysexits.h
index 464cb11bab..e77efedd56 100644
--- a/misc/sysexits.h
+++ b/misc/sysexits.h
@@ -33,8 +33,8 @@
  *	@(#)sysexits.h	8.1 (Berkeley) 6/2/93
  */
 
-#ifndef	_SYSEXITS_H_
-#define	_SYSEXITS_H_
+#ifndef	_SYSEXITS_H
+#define	_SYSEXITS_H 1
 
 /*
  *  SYSEXITS.H -- Exit status codes for system programs.
@@ -115,4 +115,4 @@
 
 #define EX__MAX	78	/* maximum listed value */
 
-#endif /* !_SYSEXITS_H_ */
+#endif /* sysexits.h */