Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/sys Pull up revision 1.163 (requested by tv in tick...



details:   https://anonhg.NetBSD.org/src/rev/06c6d207b9d6
branches:  netbsd-1-6
changeset: 530586:06c6d207b9d6
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Aug 17 11:19:33 2003 +0000

description:
Pull up revision 1.163 (requested by tv in ticket #1423):
grow #! line length -- patch from cgd, fixes PR kern/20112 from Todd
Vierling

diffstat:

 sys/sys/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5a9725ee87aa -r 06c6d207b9d6 sys/sys/param.h
--- a/sys/sys/param.h   Sun Aug 17 11:17:14 2003 +0000
+++ b/sys/sys/param.h   Sun Aug 17 11:19:33 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.138.4.4 2003/01/31 09:32:22 jmc Exp $      */
+/*     $NetBSD: param.h,v 1.138.4.5 2003/08/17 11:19:33 tron Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -100,7 +100,7 @@
 #include <sys/syslimits.h>
 
 #define        MAXCOMLEN       16              /* max command name remembered */
-#define        MAXINTERP       64              /* max interpreter file name length */
+#define        MAXINTERP       PATH_MAX        /* max interpreter file name length */
 /* DEPRECATED: use LOGIN_NAME_MAX instead. */
 #define        MAXLOGNAME      (LOGIN_NAME_MAX - 1) /* max login name length */
 #define        NCARGS          ARG_MAX         /* max bytes for an exec function */



Home | Main Index | Thread Index | Old Index