]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - monop/trade.c
Sanity fixes for input buffer handling. From OpenBSD
[bsdgames-darwin.git] / monop / trade.c
index ef5d9f8058e80bdbf24ed52d226ae5e0465fb5d9..1d210a43fad628ee61889ee05d1c1d6517ab6d4b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: trade.c,v 1.10 2008/01/28 06:16:13 dholland Exp $      */
+/*     $NetBSD: trade.c,v 1.12 2008/02/19 10:48:47 dholland Exp $      */
 
 /*
  * Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)trade.c    8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: trade.c,v 1.10 2008/01/28 06:16:13 dholland Exp $");
+__RCSID("$NetBSD: trade.c,v 1.12 2008/02/19 10:48:47 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -103,7 +103,7 @@ over:
  */
 static void
 get_list(struct_no, play_no)
-       int struct_no, play_no; 
+       int struct_no, play_no;
 {
        int sn, pn;
        PLAY *pp;
@@ -156,7 +156,7 @@ once_more:
  */
 static int
 set_list(the_list)
-       OWN *the_list; 
+       OWN *the_list;
 {
        int i;
        OWN *op;
@@ -216,7 +216,7 @@ do_trade()
  */
 static void
 move_em(from, to)
-       TRADE *from, *to; 
+       TRADE *from, *to;
 {
        PLAY *pl_fr, *pl_to;
        OWN *op;
@@ -310,7 +310,7 @@ resign()
        for (i = player; i < num_play; i++) {
                name_list[i] = name_list[i+1];
                if (i + 1 < num_play)
-                       play[i] =  play[i+1];
+                       play[i] = play[i+1];
        }
        name_list[num_play--] = 0;
        for (i = 0; i < N_SQRS; i++)