summaryrefslogtreecommitdiffstats
path: root/rogue/machdep.c
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1998-07-27 01:12:35 +0000
committermycroft <mycroft@NetBSD.org>1998-07-27 01:12:35 +0000
commitc57fa9b1accc28bd366bc1236a0a39ec8aea5130 (patch)
tree9c8b229ce0453984e5eff5ff38adbb5599ab45b1 /rogue/machdep.c
parent11961241abd27c9cf1344a211e8331ffd25259b9 (diff)
downloadbsdgames-darwin-c57fa9b1accc28bd366bc1236a0a39ec8aea5130.tar.gz
bsdgames-darwin-c57fa9b1accc28bd366bc1236a0a39ec8aea5130.tar.zst
bsdgames-darwin-c57fa9b1accc28bd366bc1236a0a39ec8aea5130.zip
const poisoning.
Diffstat (limited to 'rogue/machdep.c')
-rw-r--r--rogue/machdep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rogue/machdep.c b/rogue/machdep.c
index cde2bbb1..f5e90dd2 100644
--- a/rogue/machdep.c
+++ b/rogue/machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.7 1998/07/21 07:01:54 hubertf Exp $ */
+/* $NetBSD: machdep.c,v 1.8 1998/07/27 01:12:35 mycroft Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)machdep.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: machdep.c,v 1.7 1998/07/21 07:01:54 hubertf Exp $");
+__RCSID("$NetBSD: machdep.c,v 1.8 1998/07/27 01:12:35 mycroft Exp $");
#endif
#endif /* not lint */
@@ -319,7 +319,7 @@ md_df(fname)
* function, but then the score file would only have one name in it.
*/
-char *
+const char *
md_gln()
{
struct passwd *p;