From 86bc037e711eb91a7613e3b6e3d960188a6543eb Mon Sep 17 00:00:00 2001 From: charnier Date: Mon, 18 May 1998 06:44:24 +0000 Subject: Add rcsid. Spelling. --- bin/sh/show.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bin/sh/show.c') diff --git a/bin/sh/show.c b/bin/sh/show.c index cd7b195..b49c147 100644 --- a/bin/sh/show.c +++ b/bin/sh/show.c @@ -32,12 +32,14 @@ * 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: show.c,v 1.7 1997/02/22 13:58:45 peter Exp $ */ #ifndef lint -static char const sccsid[] = "@(#)show.c 8.3 (Berkeley) 5/4/95"; +#if 0 +static char sccsid[] = "@(#)show.c 8.3 (Berkeley) 5/4/95"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include -- cgit v1.1