From owner-cvs-all Fri Jul 9 10:54:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D31214C3F; Fri, 9 Jul 1999 10:54:41 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA75174; Fri, 9 Jul 1999 10:54:40 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199907091754.KAA75174@freefall.freebsd.org> From: Peter Wemm Date: Fri, 9 Jul 1999 10:54:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/07/09 10:54:40 PDT Modified files: sys/kern subr_prf.c Log: Implement the %q prefix for the integer types. Note that egcs on the Alpha believes that %q is for long long, whereas our quad_t and int64_t is only just a plain long. long long on the alpha is the same size (64 bit) as a long. It was requested, but I have not implemented yet, support for C9X style %lld - it should be pretty easy though. Revision Changes Path 1.55 +81 -17 src/sys/kern/subr_prf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message