summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/main.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-11-03 16:21:47 +0000
committerderaadt <deraadt@openbsd.org>2015-11-03 16:21:47 +0000
commitb0d574b72fa8717ef4dede9ecec293359999be48 (patch)
treef54ab43d089bd647a9ba3b967750ac59c2c87ccb /usr.bin/m4/main.c
parentpledge_aftersyscall has been reduced to one case, "getpw", to open a (diff)
downloadwireguard-openbsd-b0d574b72fa8717ef4dede9ecec293359999be48.tar.xz
wireguard-openbsd-b0d574b72fa8717ef4dede9ecec293359999be48.zip
There really is no double standard. Treat m4 just like openssl, by
removing VMS and MSDOS support. ok espie
Diffstat (limited to 'usr.bin/m4/main.c')
-rw-r--r--usr.bin/m4/main.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c
index 5336268f681..58e21676fa4 100644
--- a/usr.bin/m4/main.c
+++ b/usr.bin/m4/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.85 2015/11/01 18:17:59 espie Exp $ */
+/* $OpenBSD: main.c,v 1.86 2015/11/03 16:21:47 deraadt Exp $ */
/* $NetBSD: main.c,v 1.12 1997/02/08 23:54:49 cgd Exp $ */
/*-
@@ -131,13 +131,7 @@ struct keyblk keywrds[] = { /* m4 keywords to be installed */
{ "traceon", TRACEONTYPE | NOARGS },
{ "traceoff", TRACEOFFTYPE | NOARGS },
-#if defined(unix) || defined(__unix__)
{ "unix", SELFTYPE | NOARGS },
-#else
-#ifdef vms
- { "vms", SELFTYPE | NOARGS },
-#endif
-#endif
};
#define MAXKEYS (sizeof(keywrds)/sizeof(struct keyblk))