From 63aaac8137bd1d86aab8c950fb066bb522a26e5b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 16 May 2007 06:29:34 +0000 Subject: [PATCH] 2181. [port] sunos: libbind: add paths.h from BIND 8. [RT #16462] --- CHANGES | 2 ++ lib/bind/port/sunos/include/paths.h | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 lib/bind/port/sunos/include/paths.h 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" +