]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
conditionally declare strbuf
authorMark Andrews <marka@isc.org>
Thu, 15 Feb 2018 05:07:01 +0000 (16:07 +1100)
committerMark Andrews <marka@isc.org>
Fri, 16 Feb 2018 03:08:26 +0000 (14:08 +1100)
bin/named/unix/os.c
util/copyrights

index f6e6da30b29c398220b8483e939df064dfe74765..cfabc3a0c1bb5711586098bc38ca167254be1413 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2002, 2004-2011, 2013-2017  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1999-2002, 2004-2011, 2013-2018  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -755,7 +755,9 @@ mkdirpath(char *filename, void (*report)(const char *, ...)) {
 
 static void
 setperms(uid_t uid, gid_t gid) {
+#if defined(HAVE_SETEGID) || defined(HAVE_SETRESGID)
        char strbuf[ISC_STRERRORSIZE];
+#endif
 #if !defined(HAVE_SETEGID) && defined(HAVE_SETRESGID)
        gid_t oldgid, tmpg;
 #endif
index e0beb432083e73da7c1e2b798f8c8b849e32830d..6335defdc6d5b7690e3d02a8d79dcf4e9dffff42 100644 (file)
 ./bin/named/unix/Makefile.in                   MAKE    1999,2000,2001,2004,2007,2009,2011,2012,2016
 ./bin/named/unix/dlz_dlopen_driver.c           C       2011,2012,2013,2014,2016,2017
 ./bin/named/unix/include/named/os.h            C       1999,2000,2001,2002,2004,2005,2007,2008,2009,2014,2016,2017
-./bin/named/unix/os.c                          C       1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014,2015,2016,2017
+./bin/named/unix/os.c                          C       1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014,2015,2016,2017,2018
 ./bin/named/win32/dlz_dlopen_driver.c          C       2011,2012,2013,2014,2016
 ./bin/named/win32/include/named/ntservice.h    C       1999,2000,2001,2002,2003,2004,2007,2016
 ./bin/named/win32/include/named/os.h           C       1999,2000,2001,2002,2004,2007,2008,2009,2014,2016,2017