From: Keith Bostic Date: Tue, 2 Mar 1993 08:56:26 +0000 (-0800) Subject: STDIO fix X-Git-Tag: BSD-4_4-Snapshot-Development~2917 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/2718f34d650eae65503d49059ff40533fcd9a942 STDIO fix SCCS-vsn: contrib/ed/e.c 5.4 --- diff --git a/usr/src/contrib/ed/e.c b/usr/src/contrib/ed/e.c index 284b3b6b12..09c351a21d 100644 --- a/usr/src/contrib/ed/e.c +++ b/usr/src/contrib/ed/e.c @@ -9,7 +9,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)e.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)e.c 5.4 (Berkeley) %G%"; #endif /* not lint */ #include @@ -136,6 +136,7 @@ e2(inputt, errnum) if (fhtmp == NULL) { ed_exit(5); /* unable to create buffer */ } + fwrite("R", sizeof(char), 1, fhtmp); file_seek = 0; #endif #ifdef DBI