diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 23:41:50 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 23:41:50 +0000 |
commit | fd035ee2cd54635d9569e767314b3d33777e04b5 (patch) | |
tree | a21c292563eb335ced79ef252a2cbef718a1adf9 /games/fortune/strfile/strfile.c | |
parent | f5e101f7c8e7118f1d8dff37a99a3b7950cd173a (diff) |
$OpenBSD$
Diffstat (limited to 'games/fortune/strfile/strfile.c')
-rw-r--r-- | games/fortune/strfile/strfile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index 291499e2d7e..3528a7d750d 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strfile.c,v 1.8 2001/01/28 23:41:41 niklas Exp $ */ /* $NetBSD: strfile.c,v 1.4 1995/04/24 12:23:09 cgd Exp $ */ /*- @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: strfile.c,v 1.4 1995/04/24 12:23:09 cgd Exp $"; +static char rcsid[] = "$OpenBSD: strfile.c,v 1.8 2001/01/28 23:41:41 niklas Exp $"; #endif #endif /* not lint */ |