summaryrefslogtreecommitdiffstats
path: root/rogue/inventory.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-04-22 10:27:22 +0000
committercgd <cgd@NetBSD.org>1995-04-22 10:27:22 +0000
commit0e57b353967966db0b9a4d68736daaa410eafd24 (patch)
treed08e4b990ac17b35a94dcca2cdb37e77b1391e2c /rogue/inventory.c
parent78054a2d2740f8457dc8ff081caaf45632bf4970 (diff)
downloadbsdgames-darwin-0e57b353967966db0b9a4d68736daaa410eafd24.tar.gz
bsdgames-darwin-0e57b353967966db0b9a4d68736daaa410eafd24.tar.zst
bsdgames-darwin-0e57b353967966db0b9a4d68736daaa410eafd24.zip
clean up import, NetBSD RCS Ids
Diffstat (limited to 'rogue/inventory.c')
-rw-r--r--rogue/inventory.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/rogue/inventory.c b/rogue/inventory.c
index fa2c2650..c36f9235 100644
--- a/rogue/inventory.c
+++ b/rogue/inventory.c
@@ -1,6 +1,8 @@
+/* $NetBSD: inventory.c,v 1.3 1995/04/22 10:27:35 cgd Exp $ */
+
/*
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ * The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Timothy C. Stoehr.
@@ -35,8 +37,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)inventory.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: inventory.c,v 1.2 1993/08/01 18:52:29 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)inventory.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: inventory.c,v 1.3 1995/04/22 10:27:35 cgd Exp $";
+#endif
#endif /* not lint */
/*