From owner-cvs-all Sun Dec 27 07:47:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04414 for cvs-all-outgoing; Sun, 27 Dec 1998 07:47:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 HAA04409; Sun, 27 Dec 1998 07:47:25 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA16795; Sun, 27 Dec 1998 07:47:16 -0800 (PST) Date: Sun, 27 Dec 1998 07:47:16 -0800 (PST) Message-Id: <199812271547.HAA16795@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/csu/i386 crt0.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/12/27 07:47:16 PST Modified files: lib/csu/i386 crt0.c Log: Fixed type mismatches in args to __syscall(). One for mmap() broke on i386's with 64-bit longs -- the padding between mmap()'s 5th and 6th is an int, not a long. The other mismatches were benign. Revision Changes Path 1.35 +5 -5 src/lib/csu/i386/crt0.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message