BIND 10 trac3267, created. 3ff790761f37375de1f9eff59872405fc26e0364 [3267] Use local #include directives
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Dec 17 11:14:27 UTC 2013
The branch, trac3267 has been created
at 3ff790761f37375de1f9eff59872405fc26e0364 (commit)
- Log -----------------------------------------------------------------
commit 3ff790761f37375de1f9eff59872405fc26e0364
Author: Kean Johnston <kean at isc.org>
Date: Tue Dec 17 13:12:29 2013 +0200
[3267] Use local #include directives
Some files were using #include <full/path/to/header> syntax which is
not desirable as the directory may move about in the source tree, and
all of the files it was including are local to perfdhcp so they should
be using #include "filename.h".
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list