diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2014-02-24 13:28:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2014-02-24 13:28:41 +0000 |
commit | f57d311718270c6919f7d06e622432a22e2c33b0 (patch) | |
tree | 9fe100b023809d55f7acbcd6967d48e5aaddc502 /bin/ed | |
parent | e1baf9becd559bdb9802060910cdcc2e8ac5fa3c (diff) |
NO_REALLOC_NULL and NEED_INSQUE are long gone.
Diffstat (limited to 'bin/ed')
-rw-r--r-- | bin/ed/README | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/ed/README b/bin/ed/README index 6be47b2c44b..b389bf7af5d 100644 --- a/bin/ed/README +++ b/bin/ed/README @@ -1,4 +1,4 @@ -$OpenBSD: README,v 1.2 1996/06/23 14:19:58 deraadt Exp $ +$OpenBSD: README,v 1.3 2014/02/24 13:28:40 millert 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 @@ -11,9 +11,7 @@ should be redefined to disable interrupts. The following compiler directives are recognized: DES - to add encryption support (requires crypt(3)) -NO_REALLOC_NULL - if realloc(3) does not accept a NULL pointer BACKWARDS - for backwards compatibility -NEED_INSQUE - if insque(3) is missing The file `POSIX' describes extensions to and deviations from the POSIX standard. |