From owner-cvs-games Sat May 9 04:36:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA06860 for cvs-games-outgoing; Sat, 9 May 1998 04:36:51 -0700 (PDT) (envelope-from owner-cvs-games) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA06786; Sat, 9 May 1998 04:36:28 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA18814; Sat, 9 May 1998 04:33:23 -0700 (PDT) Date: Sat, 9 May 1998 04:33:23 -0700 (PDT) Message-Id: <199805091133.EAA18814@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG Subject: cvs commit: src/games/primes primes.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/09 04:33:23 PDT Modified files: games/primes primes.c Log: Cast pointers to longs, not ints. Hopefully that's the last of the 64-bit cleaning of src/games. That is, without adding -Wall to the compiler flags. That's not a pretty sight. Revision Changes Path 1.7 +3 -3 src/games/primes/primes.c