From 100d94357a66a55e6b4fdc8a07350d7b62a945d6 Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 10 Feb 1999 01:36:50 +0000 Subject: Const poisoning, per PR 6660 by Joseph Myers --- battlestar/com4.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'battlestar/com4.c') diff --git a/battlestar/com4.c b/battlestar/com4.c index de377095..bbc41e49 100644 --- a/battlestar/com4.c +++ b/battlestar/com4.c @@ -1,4 +1,4 @@ -/* $NetBSD: com4.c,v 1.6 1997/10/11 02:07:04 lukem Exp $ */ +/* $NetBSD: com4.c,v 1.7 1999/02/10 01:36:50 hubertf Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)com4.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: com4.c,v 1.6 1997/10/11 02:07:04 lukem Exp $"); +__RCSID("$NetBSD: com4.c,v 1.7 1999/02/10 01:36:50 hubertf Exp $"); #endif #endif /* not lint */ @@ -192,7 +192,7 @@ take(from) int throw(name) - char *name; + const char *name; { int n; int deposit = 0; @@ -273,7 +273,7 @@ throw(name) int drop(name) - char *name; + const char *name; { int firstnumber, value; -- cgit v1.2.3