Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/lib/libc/stdio/makebuf.c 249808 2013-04-23 13:33:13Z emaste $");
---
> __FBSDID("$FreeBSD: head/lib/libc/stdio/makebuf.c 249810 2013-04-23 14:36:44Z emaste $");
58,59c58
< __smakebuf(fp)
< FILE *fp;
---
> __smakebuf(FILE *fp)
91,94c90
< __swhatbuf(fp, bufsize, couldbetty)
< FILE *fp;
< size_t *bufsize;
< int *couldbetty;
---
> __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty)