summaryrefslogtreecommitdiff
path: root/usr.bin/mg/def.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-03-10 18:27:48 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-03-10 18:27:48 +0000
commit1716a81245e9076b6bd905a499a460aed73271e9 (patch)
tree9caa42b73f1b5cb58ecdb2ca324f74a191d1d84a /usr.bin/mg/def.h
parent3f8471335e69c8c462f4d6c6452dcf19975284be (diff)
fix more BACKUP/NOBACKUP/NO_BACKUP confusion, again no binary change.
spotted by jmc@
Diffstat (limited to 'usr.bin/mg/def.h')
-rw-r--r--usr.bin/mg/def.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h
index e7a6b67299a..8ea5984038d 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.57 2005/03/09 16:20:48 jfb Exp $ */
+/* $OpenBSD: def.h,v 1.58 2005/03/10 18:27:47 henning Exp $ */
#include <sys/queue.h>
@@ -8,9 +8,8 @@
* general definitions and macros. It also contains some
* conditional compilation flags. All of the per-system and
* per-terminal definitions are in special header files.
- * The most common reason to edit this file would be to zap
- * the definition of CVMVAS or BACKUP.
*/
+
#include "sysdef.h" /* Order is critical. */
#include "ttydef.h"
#include "chrdef.h"