NetBSD-Bugs archive

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

PR/40477 CVS commit: src/lib/libedit



The following reply was made to PR lib/40477; it has been noted by GNATS.

From: Alan Barrett <apb%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40477 CVS commit: src/lib/libedit
Date: Mon, 26 Jan 2009 17:32:41 +0000 (UTC)

 Module Name:   src
 Committed By:  apb
 Date:          Mon Jan 26 17:32:41 UTC 2009
 
 Modified Files:
        src/lib/libedit: config.h filecomplete.c
 
 Log Message:
 Define HAVE_STRUCT_DIRENT_D_NAMLEN in config,h, and test it when
 deciding whether to use entry->d_namlen or strlen(entry->d_name).
 Addresses PR 40477 by Robert Millan.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.1 -r1.2 src/lib/libedit/config.h
 cvs rdiff -r1.12 -r1.13 src/lib/libedit/filecomplete.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index