Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/lib/libc/stdio/fopen.c 249808 2013-04-23 13:33:13Z emaste $");
---
> __FBSDID("$FreeBSD: head/lib/libc/stdio/fopen.c 249810 2013-04-23 14:36:44Z emaste $");
52,54c52
< fopen(file, mode)
< const char * __restrict file;
< const char * __restrict mode;
---
> fopen(const char * __restrict file, const char * __restrict mode)