freebsd-dev/usr.sbin/newsyslog
Gleb Kurtsou 0bb2aabf26 Hide DIR definition by making it an opaque struct typedef.
Introduce dirfd() libc exported symbol replacing macro with same name,
preserve _dirfd() macro for internal use.

Replace dirp->dd_fd with dirfd() call. Avoid using dirfd as variable
name to prevent shadowing global symbol.

Sponsored by:	Google Summer Of Code 2011
2012-05-19 12:44:27 +00:00
..
extern.h
Makefile The last big commit: let usr.sbin/ use WARNS=6 by default. 2010-01-02 11:07:44 +00:00
newsyslog.8 Sync manpage's SYNOPSIS with program's usage. 2011-03-09 17:07:36 +00:00
newsyslog.c Hide DIR definition by making it an opaque struct typedef. 2012-05-19 12:44:27 +00:00
newsyslog.conf.5 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
pathnames.h Add xz(1) support to newsyslog. 2011-01-31 10:57:54 +00:00
ptimes.c