Deleted Added
full compact
39c39
< "$FreeBSD: head/lib/libc/stdio/mktemp.c 55837 2000-01-12 09:23:48Z jasone $";
---
> "$FreeBSD: head/lib/libc/stdio/mktemp.c 56698 2000-01-27 23:07:25Z jasone $";
166c166
< _libc_open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
---
> _open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)