summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
commit462fca95471224f85b85be911e72faee16cd1597 (patch)
treea0e4c1c096d66e8908adab57224bf19bd7f94e63 /fish
parent1639abc312beea68f4391a202db74ef7bdd5a494 (diff)
downloadbsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.gz
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.zst
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.zip
Add RCS identifiers.
Diffstat (limited to 'fish')
-rw-r--r--fish/fish.c3
-rw-r--r--fish/pathnames.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/fish/fish.c b/fish/fish.c
index 0147ff22..9eb93031 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -41,7 +41,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)fish.c 5.4 (Berkeley) 1/18/91";
+/*static char sccsid[] = "from: @(#)fish.c 5.4 (Berkeley) 1/18/91";*/
+static char rcsid[] = "$Id: fish.c,v 1.2 1993/08/01 18:54:54 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/fish/pathnames.h b/fish/pathnames.h
index bb4af192..3cd156c8 100644
--- a/fish/pathnames.h
+++ b/fish/pathnames.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)pathnames.h 5.1 (Berkeley) 1/18/91
+ * from: @(#)pathnames.h 5.1 (Berkeley) 1/18/91
+ * $Id: pathnames.h,v 1.2 1993/08/01 18:54:53 mycroft Exp $
*/
#define _PATH_INSTR "/usr/share/games/fish.instr"