Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/snake/snscore Adapt to recent change to ../snake/pathn...



details:   https://anonhg.NetBSD.org/src/rev/a1bafbf54157
branches:  trunk
changeset: 983258:a1bafbf54157
user:      kre <kre%NetBSD.org@localhost>
date:      Wed May 12 15:26:44 2021 +0000

description:
Adapt to recent change to ../snake/pathnames.h

diffstat:

 games/snake/snscore/snscore.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fb63127039f4 -r a1bafbf54157 games/snake/snscore/snscore.c
--- a/games/snake/snscore/snscore.c     Wed May 12 11:08:31 2021 +0000
+++ b/games/snake/snscore/snscore.c     Wed May 12 15:26:44 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: snscore.c,v 1.19 2012/06/19 05:46:09 dholland Exp $    */
+/*     $NetBSD: snscore.c,v 1.20 2021/05/12 15:26:44 kre Exp $ */
 
 /*
  * Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)snscore.c  8.1 (Berkeley) 7/19/93";
 #else
-__RCSID("$NetBSD: snscore.c,v 1.19 2012/06/19 05:46:09 dholland Exp $");
+__RCSID("$NetBSD: snscore.c,v 1.20 2021/05/12 15:26:44 kre Exp $");
 #endif
 #endif /* not lint */
 
@@ -52,7 +52,7 @@
 #include <unistd.h>
 #include "pathnames.h"
 
-static const char *recfile = _PATH_RAWSCORES;
+static const char *recfile = SNAKE_PATH_RAWSCORES;
 #define MAXPLAYERS 256
 
 struct player  {



Home | Main Index | Thread Index | Old Index