diff --git a/bin/named/unix/os.c b/bin/named/unix/os.c index 49da83ec41..199d1d6347 100644 --- a/bin/named/unix/os.c +++ b/bin/named/unix/os.c @@ -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 #include @@ -42,7 +42,7 @@ static char *pidfile = NULL; /* - * If there's no , we don't care about + * If there's no , we don't care about */ #ifndef HAVE_LINUX_CAPABILITY_H #undef HAVE_SYS_PRCTL_H @@ -112,7 +112,7 @@ static isc_boolean_t non_root_caps = ISC_FALSE; #include /* Required for prctl(). */ /* - * If the value of PR_SET_KEEPCAPS is not in , define it + * If the value of PR_SET_KEEPCAPS is not in , 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.