summaryrefslogtreecommitdiffstats
path: root/bin/ed/buf.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-08-07 21:33:47 +0000
committersteve <steve@FreeBSD.org>1997-08-07 21:33:47 +0000
commit792ebc1ba3981adf13023821a2f7c78a8ef90e4e (patch)
tree7992cbdae017dc974bc3478782222e4aede15b88 /bin/ed/buf.c
parent548d1c00562f600dffcd4e78769f98102770f319 (diff)
downloadFreeBSD-src-792ebc1ba3981adf13023821a2f7c78a8ef90e4e.zip
FreeBSD-src-792ebc1ba3981adf13023821a2f7c78a8ef90e4e.tar.gz
sccsid -> rcsid and fix some minor nits.
Diffstat (limited to 'bin/ed/buf.c')
-rw-r--r--bin/ed/buf.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/ed/buf.c b/bin/ed/buf.c
index 567133a..34574c5 100644
--- a/bin/ed/buf.c
+++ b/bin/ed/buf.c
@@ -24,11 +24,15 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: buf.c,v 1.10 1997/02/22 14:03:11 peter Exp $
*/
+
#ifndef lint
+#if 0
static char * const rcsid = "@(#)buf.c,v 1.4 1994/02/01 00:34:35 alm Exp";
+#else
+static char * const rcsid =
+ "$Id: buf.c,v 1.11 1997/03/24 05:45:29 imp Exp $";
+#endif
#endif /* not lint */
#include <sys/file.h>
OpenPOWER on IntegriCloud