Skip to content

Commit 8542364

Browse files
mycroftmycroft
authored andcommitted
Add RCS identifiers.
1 parent 0928aae commit 8542364

File tree

364 files changed

+731
-474
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

364 files changed

+731
-474
lines changed

bin/ed/buf.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
*/
3838

3939
#ifndef lint
40-
static char sccsid[] = "@(#)buf.c 5.5 (Berkeley) 3/28/93";
40+
/*static char sccsid[] = "from: @(#)buf.c 5.5 (Berkeley) 3/28/93";*/
41+
static char rcsid[] = "$Id: buf.c,v 1.8 1993/08/01 18:59:50 mycroft Exp $";
4142
#endif /* not lint */
4243

4344
#include <stdio.h>

bin/ed/cbc.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
*/
4141

4242
#ifndef lint
43-
static char sccsid[] = "@(#)cbc.c 5.5 (Berkeley) 6/27/91";
43+
/*static char sccsid[] = "from: @(#)cbc.c 5.5 (Berkeley) 6/27/91";*/
44+
static char rcsid[] = "$Id: cbc.c,v 1.5 1993/08/01 18:59:49 mycroft Exp $";
4445
#endif /* not lint */
4546

4647
/* Author: Matt Bishop

bin/ed/ed.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ char copyright2[] =
5252
#endif /* not lint */
5353

5454
#ifndef lint
55-
static char sccsid[] = "@(#)ed.c 5.5 (Berkeley) 3/28/93";
55+
/*static char sccsid[] = "from: @(#)ed.c 5.5 (Berkeley) 3/28/93";*/
56+
static char rcsid[] = "$Id: ed.c,v 1.16 1993/08/01 18:59:46 mycroft Exp $";
5657
#endif /* not lint */
5758

5859
/*

bin/ed/ed.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3535
* SUCH DAMAGE.
3636
*
37-
* @(#)ed.h 5.5 (Berkeley) 3/28/93
37+
* from: @(#)ed.h 5.5 (Berkeley) 3/28/93
38+
* $Id: ed.h,v 1.14 1993/08/01 18:59:50 mycroft Exp $
3839
*/
3940

4041
#include <unistd.h>

bin/ed/re.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
*/
3838

3939
#ifndef lint
40-
static char sccsid[] = "@(#)re.c 5.5 (Berkeley) 3/28/93";
40+
/*static char sccsid[] = "from: @(#)re.c 5.5 (Berkeley) 3/28/93";*/
41+
static char rcsid[] = "$Id: re.c,v 1.9 1993/08/01 18:59:45 mycroft Exp $";
4142
#endif /* not lint */
4243

4344
#include <stdio.h>

bin/hostname/hostname.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ char copyright[] =
3838
#endif /* not lint */
3939

4040
#ifndef lint
41-
static char sccsid[] = "@(#)hostname.c 5.4 (Berkeley) 5/31/90";
42-
static char rcsid[] = "$Header: /cvsroot/src/bin/hostname/hostname.c,v 1.3 1993/03/23 00:25:50 cgd Exp $";
41+
/*static char sccsid[] = "from: @(#)hostname.c 5.4 (Berkeley) 5/31/90";*/
42+
static char rcsid[] = "$Id: hostname.c,v 1.4 1993/08/01 18:59:40 mycroft Exp $";
4343
#endif /* not lint */
4444

4545
#include <stdio.h>

bin/kill/kill.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ char copyright[] =
3838
#endif /* not lint */
3939

4040
#ifndef lint
41-
static char sccsid[] = "@(#)kill.c 5.3 (Berkeley) 7/1/91";
42-
static char rcsid[] = "$Header: /cvsroot/src/bin/kill/kill.c,v 1.4 1993/07/22 16:42:18 jtc Exp $";
41+
/*static char sccsid[] = "from: @(#)kill.c 5.3 (Berkeley) 7/1/91";*/
42+
static char rcsid[] = "$Id: kill.c,v 1.5 1993/08/01 18:59:35 mycroft Exp $";
4343
#endif /* not lint */
4444

4545
#include <signal.h>

bin/ln/ln.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ char copyright[] =
3838
#endif /* not lint */
3939

4040
#ifndef lint
41-
static char sccsid[] = "@(#)ln.c 4.15 (Berkeley) 2/24/91";
42-
static char rcsid[] = "$Header: /cvsroot/src/bin/ln/ln.c,v 1.3 1993/03/23 00:26:02 cgd Exp $";
41+
/*static char sccsid[] = "from: @(#)ln.c 4.15 (Berkeley) 2/24/91";*/
42+
static char rcsid[] = "$Id: ln.c,v 1.4 1993/08/01 18:59:33 mycroft Exp $";
4343
#endif /* not lint */
4444

4545
#include <sys/param.h>

bin/ls/cmp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
*/
3636

3737
#ifndef lint
38-
static char sccsid[] = "@(#)cmp.c 5.4 (Berkeley) 3/8/91";
39-
static char rcsid[] = "$Header: /cvsroot/src/bin/ls/cmp.c,v 1.3 1993/03/23 00:26:06 cgd Exp $";
38+
/*static char sccsid[] = "from: @(#)cmp.c 5.4 (Berkeley) 3/8/91";*/
39+
static char rcsid[] = "$Id: cmp.c,v 1.4 1993/08/01 18:59:30 mycroft Exp $";
4040
#endif /* not lint */
4141

4242
#include <sys/types.h>

bin/ls/ls.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ char copyright[] =
4141
#endif /* not lint */
4242

4343
#ifndef lint
44-
static char sccsid[] = "@(#)ls.c 5.48 (Berkeley) 4/3/91";
45-
static char rcsid[] = "$Header: /cvsroot/src/bin/ls/ls.c,v 1.5 1993/05/26 10:23:24 deraadt Exp $";
44+
/*static char sccsid[] = "from: @(#)ls.c 5.48 (Berkeley) 4/3/91";*/
45+
static char rcsid[] = "$Id: ls.c,v 1.6 1993/08/01 18:59:29 mycroft Exp $";
4646
#endif /* not lint */
4747

4848
#include <sys/param.h>

0 commit comments

Comments
 (0)