Deleted Added
full compact
33c33
< * $FreeBSD: head/lib/libc/gen/daemon.c 55837 2000-01-12 09:23:48Z jasone $
---
> * $FreeBSD: head/lib/libc/gen/daemon.c 56698 2000-01-27 23:07:25Z jasone $
65c65
< if (!noclose && (fd = _libc_open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
---
> if (!noclose && (fd = _open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
70c70
< (void)_libc_close(fd);
---
> (void)_close(fd);