summaryrefslogtreecommitdiff
path: root/bin/ed/buf.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ed/buf.c')
-rw-r--r--bin/ed/buf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/ed/buf.c b/bin/ed/buf.c
index f824f75..73e0bed 100644
--- a/bin/ed/buf.c
+++ b/bin/ed/buf.c
@@ -28,15 +28,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-#ifndef lint
-#if 0
-static char *rcsid = "@(#)buf.c,v 1.4 1994/02/01 00:34:35 alm Exp";
-#else
-__RCSID("$NetBSD: buf.c,v 1.27 2014/03/23 05:06:42 dholland Exp $");
-#endif
-#endif /* not lint */
-
#include <sys/file.h>
#include <sys/stat.h>