Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2002 18:57:59 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Peter Wemm <peter@wemm.org>
Cc:        Bruce Evans <bde@zeta.org.au>, 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>
In-Reply-To: <20020524191853.4A9583807@overcee.wemm.org>; from peter@wemm.org on Fri, May 24, 2002 at 12:18:53PM -0700
References:  <20020524223514.E3592-100000@gamplex.bde.org> <20020524191853.4A9583807@overcee.wemm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020526185759.B13290>