[Bug 216966] [exp-run] Additon of RLIM_SAVED_MAX and RLIM_SAVED_CUR
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 14 17:24:00 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216966
--- Comment #2 from Konstantin Belousov <kib at FreeBSD.org> ---
(In reply to Antoine Brodin from comment #1)
Exim includes sys/file.h and gets what it asked for. sys/file.h is
non-standard header and has no definitions relevant to a user-mode
applications, on FreeBSD. Since exim uses DTYPE_* symbols for its own
purposes, surely it clashes with the FreeBSD-internal usage.
I am not sure what is the best way to proceed. One route is to rename newly
added DTYPE_NONE define in sys/file.h, but it is IMO over-reaction to the app
mis-using our headers. Another, more correct route, is remove sys/file.h
include usage from exim. The patch is attached, it should be dropped into
mail/exim/files.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list