diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-01 18:49:50 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-01 18:49:50 +0000 |
| commit | 462fca95471224f85b85be911e72faee16cd1597 (patch) | |
| tree | a0e4c1c096d66e8908adab57224bf19bd7f94e63 /larn | |
| parent | 1639abc312beea68f4391a202db74ef7bdd5a494 (diff) | |
| download | bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.gz bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.zip | |
Add RCS identifiers.
Diffstat (limited to 'larn')
| -rw-r--r-- | larn/data.c | 3 | ||||
| -rw-r--r-- | larn/pathnames.h | 3 | ||||
| -rw-r--r-- | larn/store.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/larn/data.c b/larn/data.c index d0f19c28..5dacab4d 100644 --- a/larn/data.c +++ b/larn/data.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)data.c 5.3 (Berkeley) 5/13/91"; +/*static char sccsid[] = "from: @(#)data.c 5.3 (Berkeley) 5/13/91";*/ +static char rcsid[] = "$Id: data.c,v 1.3 1993/08/01 18:54:14 mycroft Exp $"; #endif /* not lint */ /* data.c Larn is copyrighted 1986 by Noah Morgan. */ diff --git a/larn/pathnames.h b/larn/pathnames.h index e398993f..91f6a395 100644 --- a/larn/pathnames.h +++ b/larn/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) 5/2/90 + * from: @(#)pathnames.h 5.1 (Berkeley) 5/2/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:54:15 mycroft Exp $ */ #define _PATH_LOG "/var/games/larn/llog12.0" diff --git a/larn/store.c b/larn/store.c index 904cfade..61931166 100644 --- a/larn/store.c +++ b/larn/store.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)store.c 5.4 (Berkeley) 5/13/91"; +/*static char sccsid[] = "from: @(#)store.c 5.4 (Berkeley) 5/13/91";*/ +static char rcsid[] = "$Id: store.c,v 1.2 1993/08/01 18:54:12 mycroft Exp $"; #endif /* not lint */ /* store.c Larn is copyrighted 1986 by Noah Morgan. */ |
