commit bash-20181207 snapshot

This commit is contained in:
Chet Ramey
2018-12-10 10:07:15 -05:00
parent 3669b0bacc
commit 9d80be9ab5
21 changed files with 830 additions and 934 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ int
strncasecmp (string1, string2, count)
const char *string1;
const char *string2;
int count;
size_t count;
{
register const char *s1;
register const char *s2;