Module Name:    src
Committed By:   dholland
Date:           Wed Aug 12 04:51:11 UTC 2009

Modified Files:
        src/games/backgammon/backgammon: main.c

Log Message:
looks as if "ospeed" here was meant to be extern.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/games/backgammon/backgammon/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/backgammon/backgammon/main.c
diff -u src/games/backgammon/backgammon/main.c:1.25 src/games/backgammon/backgammon/main.c:1.26
--- src/games/backgammon/backgammon/main.c:1.25	Mon Jul 21 13:24:38 2008
+++ src/games/backgammon/backgammon/main.c	Wed Aug 12 04:51:11 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: main.c,v 1.25 2008/07/21 13:24:38 lukem Exp $	*/
+/*	$NetBSD: main.c,v 1.26 2009/08/12 04:51:11 dholland Exp $	*/
 
 /*
  * Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)main.c	8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: main.c,v 1.25 2008/07/21 13:24:38 lukem Exp $");
+__RCSID("$NetBSD: main.c,v 1.26 2009/08/12 04:51:11 dholland Exp $");
 #endif
 #endif				/* not lint */
 
@@ -52,7 +52,7 @@
 
 extern const char   *const instr[];		/* text of instructions */
 extern const char   *const message[];		/* update message */
-short ospeed;			/* tty output speed */
+extern short ospeed;			/* tty output speed */
 
 const char   *const helpm[] = {		/* help message */
 	"Enter a space or newline to roll, or",

Reply via email to