diff --git a/CHANGES b/CHANGES index e0c6719464..df17b4ba66 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2181. [port] sunos: libbind: add paths.h from BIND 8. [RT #16462] + 2180. [cleanup] Remove bit test from 'compress_test' as they are no longer needed. [RT #16497] diff --git a/lib/bind/port/sunos/include/paths.h b/lib/bind/port/sunos/include/paths.h new file mode 100644 index 0000000000..7ec03327e1 --- /dev/null +++ b/lib/bind/port/sunos/include/paths.h @@ -0,0 +1,2 @@ +#define _PATH_DEVNULL "/dev/null" +