From 425410de19704f01381d17b3175087c152444f84 Mon Sep 17 00:00:00 2001 From: tg Date: Sun, 23 Mar 2008 21:31:29 +0000 Subject: [PATCH] make rcs ids ident(1) capable --- edit.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/edit.c b/edit.c index b7fa0e2..1c5c36e 100644 --- a/edit.c +++ b/edit.c @@ -5,7 +5,7 @@ #include "sh.h" -__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.117 2007/10/25 15:23:08 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.118 2008/03/23 21:31:29 tg Exp $"); /* tty driver characters we are interested in */ typedef struct { @@ -850,7 +850,7 @@ utf_getcpfromcols(char *p, int cols) * disclaims all warranties with regard to this software. */ -__RCSID("_MirOS: src/lib/libc/i18n/wcwidth.c,v 1.4 2006/11/01 20:01:20 tg Exp $"); +__RCSID("$miros: src/lib/libc/i18n/wcwidth.c,v 1.4 2006/11/01 20:01:20 tg Exp $"); static int wcxwidth(unsigned c) @@ -933,7 +933,7 @@ wcxwidth(unsigned c) /* --- end of wcwidth.c excerpt --- */ /* --- begin of mbrtowc.c excerpt --- */ -__RCSID("_MirOS: src/lib/libc/i18n/mbrtowc.c,v 1.13 2006/11/01 20:01:19 tg Exp $"); +__RCSID("$miros: src/lib/libc/i18n/mbrtowc.c,v 1.13 2006/11/01 20:01:19 tg Exp $"); static size_t mbxtowc(unsigned *dst, const char *src) @@ -983,7 +983,7 @@ mbxtowc(unsigned *dst, const char *src) /* --- end of mbrtowc.c excerpt --- */ /* --- begin of wcrtomb.c excerpt --- */ -__RCSID("_MirOS: src/lib/libc/i18n/wcrtomb.c,v 1.14 2006/11/01 20:12:44 tg Exp $"); +__RCSID("$miros: src/lib/libc/i18n/wcrtomb.c,v 1.14 2006/11/01 20:12:44 tg Exp $"); static size_t wcxtomb(char *src, unsigned wc)