Subject: PR/13850 CVS commit: src/bin/sh
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Tim Rightnour <garbled@netbsd.org>
List: netbsd-bugs
Date: 01/02/2006 19:15:04
The following reply was made to PR bin/13850; it has been noted by GNATS.

From: Tim Rightnour <garbled@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/13850 CVS commit: src/bin/sh
Date: Mon,  2 Jan 2006 19:10:33 +0000 (UTC)

 Module Name:	src
 Committed By:	garbled
 Date:		Mon Jan  2 19:10:33 UTC 2006
 
 Modified Files:
 	src/bin/sh: error.c
 
 Log Message:
 Add error printing for ENAMETOOLONG.  Partially addresses PR bin/13850 .
 The actual bug mentioned in that PR no longer exists, but it does cause:
 ~~~~~: error 63
 Which this fix cleans up.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.31 -r1.32 src/bin/sh/error.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.