Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/curses-v3]: src/games/sail Make this compile.
details: https://anonhg.NetBSD.org/src/rev/a2450a12f83e
branches: curses-v3
changeset: 479959:a2450a12f83e
user: jdc <jdc%NetBSD.org@localhost>
date: Sun Feb 06 09:21:57 2000 +0000
description:
Make this compile.
diffstat:
games/sail/pl_7.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f6d4473bf0f2 -r a2450a12f83e games/sail/pl_7.c
--- a/games/sail/pl_7.c Sat Feb 05 13:48:27 2000 +0000
+++ b/games/sail/pl_7.c Sun Feb 06 09:21:57 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pl_7.c,v 1.13.2.2 2000/02/05 13:48:27 jdc Exp $ */
+/* $NetBSD: pl_7.c,v 1.13.2.3 2000/02/06 09:21:57 jdc Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)pl_7.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: pl_7.c,v 1.13.2.2 2000/02/05 13:48:27 jdc Exp $");
+__RCSID("$NetBSD: pl_7.c,v 1.13.2.3 2000/02/06 09:21:57 jdc Exp $");
#endif
#endif /* not lint */
@@ -170,7 +170,7 @@
/*VARARGS2*/
void
#ifdef __STDC__
-Signal(const char *fmt, struct ship *ship, ...)
+Signal(char *fmt, struct ship *ship, ...)
#else
Signal(va_alist)
va_dcl
Home |
Main Index |
Thread Index |
Old Index