From owner-cvs-all Thu Dec 12 17:38:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BEDA37B401; Thu, 12 Dec 2002 17:38:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDA2543ED1; Thu, 12 Dec 2002 17:38:58 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBD1Y0mV005223; Thu, 12 Dec 2002 17:34:00 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBD1Y0xl005222; Thu, 12 Dec 2002 17:34:00 -0800 (PST) Message-Id: <200212130134.gBD1Y0xl005222@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 12 Dec 2002 17:34:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h X-FreeBSD-CVS-Branch: RELENG_4 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 tjr 2002/12/12 17:34:00 PST Modified files: (Branch: RELENG_4) include stdlib.h Log: Only prototype strtoll() and strtoull() if "long long" is supported. Fixes warnings from in files compiled with gcc -ansi -pedantic. PR: 43780 Revision Changes Path 1.16.2.5 +4 -0 src/include/stdlib.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message