Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/lib/libc/stdio/putchar.c 165903 2007-01-09 00:28:16Z imp $");
---
> __FBSDID("$FreeBSD: head/lib/libc/stdio/putchar.c 178721 2008-05-02 15:25:07Z jhb $");
45,46d44
< #undef putchar
<
63a62,68
>
> int
> putchar_unlocked(int ch)
> {
>
> return (__sputc(ch, stdout));
> }