summaryrefslogtreecommitdiff
path: root/bin/ed/undo.c
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-07-19 20:24:05 -0500
committerKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-07-19 20:24:05 -0500
commit9fbfdbc5316981cdd27525320c0fe3740e9d086f (patch)
tree403bada585cb3873ea832795293122579d9f9fba /bin/ed/undo.c
parent1ef2cb5ef9016fc48a8c542b816fa16340170449 (diff)
downloaduserland-9fbfdbc5316981cdd27525320c0fe3740e9d086f.tar.gz
userland-9fbfdbc5316981cdd27525320c0fe3740e9d086f.tar.bz2
userland-9fbfdbc5316981cdd27525320c0fe3740e9d086f.tar.xz
userland-9fbfdbc5316981cdd27525320c0fe3740e9d086f.zip
bin/ed: make buildable with libbsd
Diffstat (limited to 'bin/ed/undo.c')
-rw-r--r--bin/ed/undo.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/ed/undo.c b/bin/ed/undo.c
index b17eac9..5dc3768 100644
--- a/bin/ed/undo.c
+++ b/bin/ed/undo.c
@@ -27,15 +27,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-#ifndef lint
-#if 0
-static char *rcsid = "@(#)undo.c,v 1.1 1994/02/01 00:34:44 alm Exp";
-#else
-__RCSID("$NetBSD: undo.c,v 1.7 2019/01/04 19:13:58 maya Exp $");
-#endif
-#endif /* not lint */
-
#include "ed.h"