Deleted Added
full compact
36c36
< * $FreeBSD: head/lib/libc/gen/getcap.c 55837 2000-01-12 09:23:48Z jasone $
---
> * $FreeBSD: head/lib/libc/gen/getcap.c 56698 2000-01-27 23:07:25Z jasone $
271c271
< fd = _libc_open(*db_p, O_RDONLY, 0);
---
> fd = _open(*db_p, O_RDONLY, 0);
306c306
< n = _libc_read(fd, buf, sizeof(buf));
---
> n = _read(fd, buf, sizeof(buf));
309c309
< (void)_libc_close(fd);
---
> (void)_close(fd);
348c348
< (void)_libc_close(fd);
---
> (void)_close(fd);
438c438
< (void)_libc_close(fd);
---
> (void)_close(fd);
488c488
< (void)_libc_close(fd);
---
> (void)_close(fd);
520c520
< (void)_libc_close(fd);
---
> (void)_close(fd);