From owner-cvs-all Tue Sep 4 14:28:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 21FDD37B409; Tue, 4 Sep 2001 14:28:08 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84LS8360605; Tue, 4 Sep 2001 14:28:08 -0700 (PDT) (envelope-from ache) Message-Id: <200109042128.f84LS8360605@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 4 Sep 2001 14:28:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/09/04 14:28:07 PDT Modified files: lib/libc/stdlib strtol.c strtoll.c Log: Portability fix: use unsigned cast to guaranteed positive part of expression in case {L}LONG_MAX > abs({L}LONG_MIN). Non-functional change - we don't have any such platforms. Revision Changes Path 1.7 +2 -2 src/lib/libc/stdlib/strtol.c 1.9 +2 -2 src/lib/libc/stdlib/strtoll.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message