Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/lib/libc/stdio/fwrite.c 249808 2013-04-23 13:33:13Z emaste $");
---
> __FBSDID("$FreeBSD: head/lib/libc/stdio/fwrite.c 249810 2013-04-23 14:36:44Z emaste $");
53,56c53
< fwrite(buf, size, count, fp)
< const void * __restrict buf;
< size_t size, count;
< FILE * __restrict fp;
---
> fwrite(const void * __restrict buf, size_t size, size_t count, FILE * __restrict fp)