From owner-cvs-all  Sat Sep  4  7:39:53 1999
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9D75B14C9B; Sat,  4 Sep 1999 07:39:46 -0700 (PDT)
	(envelope-from bde@FreeBSD.org)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id HAA63065;
	Sat, 4 Sep 1999 07:39:21 -0700 (PDT)
	(envelope-from bde@FreeBSD.org)
Message-Id: <199909041439.HAA63065@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Sat, 4 Sep 1999 07:39:21 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/games/snake/snake move.c
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk

bde         1999/09/04 07:39:21 PDT

  Modified files:
    games/snake/snake    move.c 
  Log:
  Attempt to fix world breakage for the NOSHARED=yes case.  baudrate()
  is in both snake and libncurses, and the elf static linker can't handle
  the duplication.
  
  Revision  Changes    Path
  1.4       +5 -1      src/games/snake/snake/move.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message