diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-03-12 09:09:44 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-03-12 09:09:44 +0000 |
commit | 6852d4b1745199cf1b33ca2a3ed391a0aa8f2270 (patch) | |
tree | 8bf7867a2acc7ea946e324d15d4fc361b41c56d1 /games/arithmetic | |
parent | 9b4decb6dc86d3df19bba17c5e47dd849b156113 (diff) |
OpenBSD ID (changed from NetBSD)
Diffstat (limited to 'games/arithmetic')
-rw-r--r-- | games/arithmetic/arithmetic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/arithmetic/arithmetic.c b/games/arithmetic/arithmetic.c index d67467e28f8..ed82668e590 100644 --- a/games/arithmetic/arithmetic.c +++ b/games/arithmetic/arithmetic.c @@ -1,4 +1,4 @@ -/* $NetBSD: arithmetic.c,v 1.6 1996/03/21 18:30:19 jtc Exp $ */ +/* $OpenBSD: arithmetic.c,v 1.6 1998/03/12 09:09:05 pjanzen Exp $ */ /* * Copyright (c) 1989, 1993 @@ -46,7 +46,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)arithmetic.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: arithmetic.c,v 1.6 1996/03/21 18:30:19 jtc Exp $"; +static char rcsid[] = "$OpenBSD: arithmetic.c,v 1.6 1998/03/12 09:09:05 pjanzen Exp $"; #endif #endif /* not lint */ |