Source-Changes-HG archive

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

[src/trunk]: src/games/cribbage ANSIfy



details:   https://anonhg.NetBSD.org/src/rev/05583a8feff5
branches:  trunk
changeset: 765281:05583a8feff5
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon May 23 22:47:22 2011 +0000

description:
ANSIfy

diffstat:

 games/cribbage/io.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 77c045bf9912 -r 05583a8feff5 games/cribbage/io.c
--- a/games/cribbage/io.c       Mon May 23 22:46:35 2011 +0000
+++ b/games/cribbage/io.c       Mon May 23 22:47:22 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: io.c,v 1.24 2009/08/12 05:48:04 dholland Exp $ */
+/*     $NetBSD: io.c,v 1.25 2011/05/23 22:47:22 joerg Exp $    */
 
 /*-
  * Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)io.c       8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: io.c,v 1.24 2009/08/12 05:48:04 dholland Exp $");
+__RCSID("$NetBSD: io.c,v 1.25 2011/05/23 22:47:22 joerg Exp $");
 #endif
 #endif /* not lint */
 
@@ -86,9 +86,7 @@
  *     Call msgcrd in one of two forms
  */
 int
-msgcard(c, brief)
-       CARD c;
-       BOOLEAN brief;
+msgcard(CARD c, BOOLEAN brief)
 {
        if (brief)
                return (msgcrd(c, TRUE, NULL, TRUE));



Home | Main Index | Thread Index | Old Index