]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
new rcsid conventions
authorcgd <cgd@NetBSD.org>
Thu, 23 Mar 1995 08:41:34 +0000 (08:41 +0000)
committercgd <cgd@NetBSD.org>
Thu, 23 Mar 1995 08:41:34 +0000 (08:41 +0000)
pig/Makefile
pig/pig.6
pig/pig.c

index 1b08db86747e1adc7cd3014c98c3345610c8cb73..0932b165a90ef9c68b735a7d5fd7958f655e9d52 100644 (file)
@@ -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
index bd1d5a7ece0e3879cf18b9408c7027ffc95b2351..bd50ce522e5d4d71dd6fe4a5d2a4a5ff7a10ae68 100644 (file)
--- 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.
 .\"
index 3fbd514bfef5b25e17d8975cfd11dd15458227e5..b5bec38566d04c183ae36a59d78317397d476b76 100644 (file)
--- 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>