patch-2.1.68 linux/drivers/char/vt.c

Next file: linux/drivers/misc/Makefile
Previous file: linux/drivers/char/videodev.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.67/linux/drivers/char/vt.c linux/drivers/char/vt.c
@@ -725,7 +725,7 @@
 		extern int spawnpid, spawnsig;
 		if (!perm)
 		  return -EPERM;
-		if (arg < 1 || arg > NSIG || arg == SIGKILL)
+		if (arg < 1 || arg > _NSIG || arg == SIGKILL)
 		  return -EINVAL;
 		spawnpid = current->pid;
 		spawnsig = arg;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov