]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missed a few prctl.h changes
authorBrian Wellington <source@isc.org>
Sat, 24 Feb 2001 23:06:34 +0000 (23:06 +0000)
committerBrian Wellington <source@isc.org>
Sat, 24 Feb 2001 23:06:34 +0000 (23:06 +0000)
bin/named/unix/os.c

index 49da83ec41bbe59007f5da18f8c908034dfce442..199d1d63475e196476d9261069726e8640e4826c 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: os.c,v 1.39 2001/02/24 23:05:09 bwelling Exp $ */
+/* $Id: os.c,v 1.40 2001/02/24 23:06:34 bwelling Exp $ */
 
 #include <config.h>
 #include <stdarg.h>
@@ -42,7 +42,7 @@
 static char *pidfile = NULL;
 
 /*
- * If there's no <linux/capability.h>, we don't care about <linux/prctl.h>
+ * If there's no <linux/capability.h>, we don't care about <sys/prctl.h>
  */
 #ifndef HAVE_LINUX_CAPABILITY_H
 #undef HAVE_SYS_PRCTL_H
@@ -112,7 +112,7 @@ static isc_boolean_t non_root_caps = ISC_FALSE;
 #include <sys/prctl.h>         /* Required for prctl(). */
 
 /*
- * If the value of PR_SET_KEEPCAPS is not in <linux/prctl.h>, define it
+ * If the value of PR_SET_KEEPCAPS is not in <sys/prctl.h>, define it
  * here.  This allows setuid() to work on systems running a new enough
  * kernel but with /usr/include/linux pointing to "standard" kernel
  * headers.