summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartijn <martijn@openbsd.org>2018-06-15 08:46:24 +0000
committermartijn <martijn@openbsd.org>2018-06-15 08:46:24 +0000
commit1a4ed9d92414600e737be8e55d9acef0f972f125 (patch)
treef4c40a60e4b93cce017671420dc14c970296e276
parentMake sure we always return more than a single '!' in get_shell_command. (diff)
downloadwireguard-openbsd-1a4ed9d92414600e737be8e55d9acef0f972f125.tar.xz
wireguard-openbsd-1a4ed9d92414600e737be8e55d9acef0f972f125.zip
Remove references to BACKWARDS.
OK tb@
-rw-r--r--bin/ed/Makefile3
-rw-r--r--bin/ed/README5
2 files changed, 2 insertions, 6 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index 6e641811d8a..bf60cf2e25b 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -1,7 +1,6 @@
-# $OpenBSD: Makefile,v 1.11 2014/05/24 01:35:55 daniel Exp $
+# $OpenBSD: Makefile,v 1.12 2018/06/15 08:46:24 martijn Exp $
PROG= ed
-CFLAGS+=-DBACKWARDS
SRCS= buf.c glbl.c io.c main.c re.c sub.c undo.c
.include <bsd.prog.mk>
diff --git a/bin/ed/README b/bin/ed/README
index 7a5ac50cac1..4405e45411c 100644
--- a/bin/ed/README
+++ b/bin/ed/README
@@ -1,4 +1,4 @@
-$OpenBSD: README,v 1.4 2014/04/20 09:29:36 deraadt Exp $
+$OpenBSD: README,v 1.5 2018/06/15 08:46:24 martijn Exp $
$NetBSD: README,v 1.9 1995/03/21 09:04:33 cgd Exp $
ed is an 8-bit-clean, POSIX-compliant line editor. It should work with
@@ -9,9 +9,6 @@ If reliable signals are supported (e.g., POSIX sigaction(2)), it should
compile with little trouble. Otherwise, the macros SPL1() and SPL0()
should be redefined to disable interrupts.
-The following compiler directive is recognized:
-BACKWARDS - for backwards compatibility
-
The file `POSIX' describes extensions to and deviations from the POSIX
standard.