From owner-cvs-all Sun May 26 18:58: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id A0E6837B408; Sun, 26 May 2002 18:58:04 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4R1w1Jn013520; Sun, 26 May 2002 18:58:01 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4R1vxnp013519; Sun, 26 May 2002 18:57:59 -0700 (PDT) Date: Sun, 26 May 2002 18:57:59 -0700 From: "David O'Brien" To: Peter Wemm Cc: Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.kern.mk Message-ID: <20020526185759.B13290@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Peter Wemm , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20020524223514.E3592-100000@gamplex.bde.org> <20020524191853.4A9583807@overcee.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020524191853.4A9583807@overcee.wemm.org>; from peter@wemm.org on Fri, May 24, 2002 at 12:18:53PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 On Fri, May 24, 2002 at 12:18:53PM -0700, Peter Wemm wrote: > ../../../kern/tty_pty.c: In function `ptyinit': > ../../../kern/tty_pty.c:158: warning: use of `' length modifier with `r' type character > ../../../kern/tty_pty.c: In function `pty_clone': > ../../../kern/tty_pty.c:860: warning: use of `' length modifier with `r' type character > The code in question is: > pt->devs = devs = make_dev(&pts_cdevsw, n, > UID_ROOT, GID_WHEEL, 0666, "tty%c%r", names[n / 32], n % 32); > > It looks like it has started requiring an explicit length modifier now? It would help if someone would actually document `r' and `z'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message