summaryrefslogtreecommitdiffstats
path: root/pig
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-03-23 08:41:34 +0000
committercgd <cgd@NetBSD.org>1995-03-23 08:41:34 +0000
commit67e3fbe84428219a4ac710c32ee096b5614088f1 (patch)
tree1f3fa7f92bfab928b8deab4b6232ba98b6b531f3 /pig
parent94b5353c71e7246077d468afe68d51ce85fc213d (diff)
downloadbsdgames-darwin-67e3fbe84428219a4ac710c32ee096b5614088f1.tar.gz
bsdgames-darwin-67e3fbe84428219a4ac710c32ee096b5614088f1.tar.zst
bsdgames-darwin-67e3fbe84428219a4ac710c32ee096b5614088f1.zip
new rcsid conventions
Diffstat (limited to 'pig')
-rw-r--r--pig/Makefile1
-rw-r--r--pig/pig.62
-rw-r--r--pig/pig.c6
3 files changed, 9 insertions, 0 deletions
diff --git a/pig/Makefile b/pig/Makefile
index 1b08db86..0932b165 100644
--- a/pig/Makefile
+++ b/pig/Makefile
@@ -1,3 +1,4 @@
+# $NetBSD: Makefile,v 1.3 1995/03/23 08:41:34 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= pig
diff --git a/pig/pig.6 b/pig/pig.6
index bd1d5a7e..bd50ce52 100644
--- a/pig/pig.6
+++ b/pig/pig.6
@@ -1,3 +1,5 @@
+.\" $NetBSD: pig.6,v 1.2 1995/03/23 08:41:37 cgd Exp $
+.\"
.\" Copyright (c) 1992 The Regents of the University of California.
.\" All rights reserved.
.\"
diff --git a/pig/pig.c b/pig/pig.c
index 3fbd514b..b5bec385 100644
--- a/pig/pig.c
+++ b/pig/pig.c
@@ -1,3 +1,5 @@
+/* $NetBSD: pig.c,v 1.2 1995/03/23 08:41:40 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -38,7 +40,11 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)pig.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: pig.c,v 1.2 1995/03/23 08:41:40 cgd Exp $";
+#endif
#endif /* not lint */
#include <sys/types.h>