tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Compiling kernel with -std=gnu11
On Sun, Jan 05, 2025 at 17:03:23 +0000, Taylor R Campbell wrote:
> -std=c11, and the only case I came up with was the `\e' escape in
> strings, of which we have one use:
>
> sys/fs/udf/udf_osta.c:238: printf("checksum: calculated=%4.4x, correct=%4.4x\en", x, 0x3299);
>
> This looks like it might be a mistake anyway.
Copy-pasting from a nroff source? :)
E.g.
$ fgrep '\en' /usr/share/man/man1/echo.1
characters and followed by a newline (``\en'') character, to the standard
-uwe
Home |
Main Index |
Thread Index |
Old Index