OSDN Git Service

Pull upstream FreeBSD revision 249810.
authorElliott Hughes <enh@google.com>
Tue, 14 May 2013 21:56:54 +0000 (14:56 -0700)
committerElliott Hughes <enh@google.com>
Tue, 14 May 2013 22:02:16 +0000 (15:02 -0700)
commitb2e1abda0503874a5bb097e0b55ad4f8ce211a8d
tree53e8fb6805772473b6c300ff0f0eb4ae6032d2df
parent5b7b2809a2110dad1b2434f1070e13a08085d94b
Pull upstream FreeBSD revision 249810.

Fix license clause numbering.

Convert libc/stdio from K&R to ANSI C.

And add '__restrict' where it appeared in the header prototypes.

Change-Id: I5fdb22f79d3effa2298d03f9aa8412b4b087da04
Upstream: http://svnweb.freebsd.org/base?view=revision&revision=249810
31 files changed:
libc/NOTICE
libc/upstream-freebsd/lib/libc/stdio/clrerr.c
libc/upstream-freebsd/lib/libc/stdio/fclose.c
libc/upstream-freebsd/lib/libc/stdio/fdopen.c
libc/upstream-freebsd/lib/libc/stdio/feof.c
libc/upstream-freebsd/lib/libc/stdio/ferror.c
libc/upstream-freebsd/lib/libc/stdio/fgetln.c
libc/upstream-freebsd/lib/libc/stdio/fgetpos.c
libc/upstream-freebsd/lib/libc/stdio/fgets.c
libc/upstream-freebsd/lib/libc/stdio/fileno.c
libc/upstream-freebsd/lib/libc/stdio/flags.c
libc/upstream-freebsd/lib/libc/stdio/fopen.c
libc/upstream-freebsd/lib/libc/stdio/fpurge.c
libc/upstream-freebsd/lib/libc/stdio/fputs.c
libc/upstream-freebsd/lib/libc/stdio/fsetpos.c
libc/upstream-freebsd/lib/libc/stdio/funopen.c
libc/upstream-freebsd/lib/libc/stdio/fwalk.c
libc/upstream-freebsd/lib/libc/stdio/fwrite.c
libc/upstream-freebsd/lib/libc/stdio/getc.c
libc/upstream-freebsd/lib/libc/stdio/getchar.c
libc/upstream-freebsd/lib/libc/stdio/putc.c
libc/upstream-freebsd/lib/libc/stdio/putchar.c
libc/upstream-freebsd/lib/libc/stdio/puts.c
libc/upstream-freebsd/lib/libc/stdio/putw.c
libc/upstream-freebsd/lib/libc/stdio/remove.c
libc/upstream-freebsd/lib/libc/stdio/rget.c
libc/upstream-freebsd/lib/libc/stdio/setbuf.c
libc/upstream-freebsd/lib/libc/stdio/setbuffer.c
libc/upstream-freebsd/lib/libc/stdio/tempnam.c
libc/upstream-freebsd/lib/libc/stdio/tmpnam.c
libc/upstream-freebsd/lib/libc/stdio/wsetup.c