Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libedit
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