diff options
Diffstat (limited to 'usr/src/lib/libresolv2/include/paths.h')
-rw-r--r-- | usr/src/lib/libresolv2/include/paths.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/src/lib/libresolv2/include/paths.h b/usr/src/lib/libresolv2/include/paths.h new file mode 100644 index 0000000000..648c624e02 --- /dev/null +++ b/usr/src/lib/libresolv2/include/paths.h @@ -0,0 +1,9 @@ +/* + * Copyright (c) 1997, by Sun Microsystems, Inc. + * All rights reserved. + */ + +#pragma ident "%Z%%M% %I% %E% SMI" + +#define _PATH_DEVNULL "/dev/null" + |