Received: by mail.netbsd.org (Postfix, from userid 0) id 2F25263B1E8; Mon, 29 Mar 2010 02:46:09 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B2C2763B1D7 for ; Mon, 29 Mar 2010 02:46:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 657C9175DF; Mon, 29 Mar 2010 02:46:05 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Mon, 29 Mar 2010 02:46:05 +0000 From: "David A. Holland" Subject: CVS commit: src/games/gomoku To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20100329024605.657C9175DF@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "David A. Holland" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: dholland Date: Mon Mar 29 02:46:05 UTC 2010 Modified Files: src/games/gomoku: main.c Log Message: Allow saved game filenames up to PATH_MAX. From OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/games/gomoku/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.