summaryrefslogtreecommitdiffstats
path: root/pig/pig.c
diff options
context:
space:
mode:
Diffstat (limited to 'pig/pig.c')
-rw-r--r--pig/pig.c6
1 files changed, 6 insertions, 0 deletions
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>