Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: head/lib/libc/stdio/tempnam.c 249808 2013-04-23 13:33:13Z emaste $");
---
> __FBSDID("$FreeBSD: head/lib/libc/stdio/tempnam.c 249810 2013-04-23 14:36:44Z emaste $");
50,51c50
< tempnam(dir, pfx)
< const char *dir, *pfx;
---
> tempnam(const char *dir, const char *pfx)