From owner-freebsd-bugs Sun Nov 21 5:34:26 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id E005C14D2D; Sun, 21 Nov 1999 05:34:16 -0800 (PST) (envelope-from hibma@skylink.it) Received: from skylink.it (va-152.skylink.it [194.185.55.152]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id OAA01550; Sun, 21 Nov 1999 14:34:40 +0100 Received: from localhost (localhost [127.0.0.1]) by skylink.it (8.9.3/8.9.3) with SMTP id FAA00825; Sun, 21 Nov 1999 05:48:02 +0100 (CET) (envelope-from hibma@skylink.it) Date: Sun, 21 Nov 1999 05:48:02 +0100 (CET) From: Nick Hibma X-Sender: n_hibma@henny.jrc.it Reply-To: Nick Hibma To: Cynbe ru Taren Cc: bde@FreeBSD.org, freebsd-bugs@FreeBSD.org, laurent@off.aspic.com Subject: Re: misc/15002: coredump in sprintf with long long args In-Reply-To: <199911201829.MAA08363@laurel.actlab.utexas.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > If anyone can give me an appropriate #if test to > detect FreeBSD versions prior to 3.2, I will patch > my source code to automatically use %qd instead of > %lld when appropriate. #ifdef __FreeBSD__ printf("%qd\n", bla); #else printf("%lld\n", bla); #endif Me thinks that q still works in current versions of FBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message