Fix RCS id format.

This commit is contained in:
mycroft 1994-10-06 16:43:17 +00:00
parent 4f96184b10
commit 4b8d7f5ee1
2 changed files with 4 additions and 4 deletions

View File

@ -38,8 +38,8 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
/* from: static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94"; */
static char *rcsid = "$Id: compress.c,v 1.6 1994/06/13 14:48:28 cgd Exp $";
/*static char sccsid[] = "from: @(#)compress.c 8.2 (Berkeley) 1/7/94";*/
static char *rcsid = "$Id: compress.c,v 1.7 1994/10/06 16:43:17 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -36,8 +36,8 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
/* from: static char sccsid[] = "@(#)zopen.c 8.1 (Berkeley) 6/27/93"; */
static char *rcsid = "$Id: zopen.c,v 1.3 1994/09/19 12:47:30 andrew Exp $";
/*static char sccsid[] = "from: @(#)zopen.c 8.1 (Berkeley) 6/27/93";*/
static char *rcsid = "$Id: zopen.c,v 1.4 1994/10/06 16:43:19 mycroft Exp $";
#endif /* LIBC_SCCS and not lint */
/*-