mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
windows: complain if -t is set
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: os.c,v 1.30 2008/11/02 12:48:39 fdupont Exp $ */
|
/* $Id: os.c,v 1.31 2008/11/17 05:41:10 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
@@ -155,6 +155,7 @@ ns_os_closedevnull(void) {
|
|||||||
|
|
||||||
void
|
void
|
||||||
ns_os_chroot(const char *root) {
|
ns_os_chroot(const char *root) {
|
||||||
|
if (root != NULL)
|
||||||
ns_main_earlyfatal("chroot(): isn't supported by Win32 API");
|
ns_main_earlyfatal("chroot(): isn't supported by Win32 API");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user