summaryrefslogtreecommitdiff
path: root/sys/kern/exec_script.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/exec_script.c')
-rw-r--r--sys/kern/exec_script.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/exec_script.c b/sys/kern/exec_script.c
index 907b98f1976..5e7712805d8 100644
--- a/sys/kern/exec_script.c
+++ b/sys/kern/exec_script.c
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_script.c,v 1.53 2006/12/20 11:35:29 elad Exp $ */
+/* $NetBSD: exec_script.c,v 1.54 2007/02/09 21:55:30 ad Exp $ */
/*
* Copyright (c) 1993, 1994, 1996 Christopher G. Demetriou
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exec_script.c,v 1.53 2006/12/20 11:35:29 elad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exec_script.c,v 1.54 2007/02/09 21:55:30 ad Exp $");
#if defined(SETUIDSCRIPTS) && !defined(FDSCRIPTS)
#define FDSCRIPTS /* Need this for safe set-id scripts. */
@@ -162,7 +162,7 @@ check_shell:
/*
* MNT_NOSUID has already taken care of by check_exec,
* so we don't need to worry about it now or later. We
- * will need to check P_TRACED later, however.
+ * will need to check PSL_TRACED later, however.
*/
script_sbits = epp->ep_vap->va_mode & (S_ISUID | S_ISGID);
if (script_sbits != 0) {
@@ -296,7 +296,7 @@ check_shell:
#ifdef SETUIDSCRIPTS
/*
* set thing up so that set-id scripts will be
- * handled appropriately. P_TRACED will be
+ * handled appropriately. PSL_TRACED will be
* checked later when the shell is actually
* exec'd.
*/