Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/lib/libc/stdio/fputc.c 249808 2013-04-23 13:33:13Z emaste $");
---
> __FBSDID("$FreeBSD: head/lib/libc/stdio/fputc.c 249810 2013-04-23 14:36:44Z emaste $");
46,48c46
< fputc(c, fp)
< int c;
< FILE *fp;
---
> fputc(int c, FILE *fp)