Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/lib/libc/stdio/fputs.c 249808 2013-04-23 13:33:13Z emaste $");
---
> __FBSDID("$FreeBSD: head/lib/libc/stdio/fputs.c 249810 2013-04-23 14:36:44Z emaste $");
51,53c51
< fputs(s, fp)
< const char * __restrict s;
< FILE * __restrict fp;
---
> fputs(const char * __restrict s, FILE * __restrict fp)