Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2007 09:51:12 +0200
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        Andre Oppermann <andre@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/netinet tcp.h
Message-ID:  <20070526075104.GA953@lizard.fafoe.narf.at>
In-Reply-To: <200705252128.l4PLSn49018027@repoman.freebsd.org>
References:  <200705252128.l4PLSn49018027@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 25, 2007 at 09:28:49PM +0000, Andre Oppermann wrote:
> andre       2007-05-25 21:28:49 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/netinet          tcp.h 
>   Log:
>   The printf %b list in PRINT_TH_FLAGS has to be in octal numbering.
>   Thus convert \8 to \10 and the warnings go away.
>   
>   Pointed out by: sam, ru, thompsa

\10 is an octal escape sequence, a character constant with the numerical
value 8.  The translation is done by the C compiler, not by printf.



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