mirror of
https://github.com/mirror/make.git
synced 2026-08-10 17:14:33 +00:00
Various changes getting ready for the release of 3.81.
- Updates to make.texi and make.1 and other documentation - Some VMS patches - Fix minor bugs reported on the mailing list and from Debian.
This commit is contained in:
@@ -90,7 +90,10 @@ readdir (DIR *dir)
|
||||
dentry->d_namlen = dnam->nam$b_name + dnam->nam$b_type;
|
||||
strncpy (dentry->d_name, dnam->nam$l_name, dentry->d_namlen);
|
||||
dentry->d_name[dentry->d_namlen] = '\0';
|
||||
|
||||
#ifdef HAVE_CASE_INSENSITIVE_FS
|
||||
uppercasify (dentry->d_name);
|
||||
#endif
|
||||
|
||||
return (dentry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user