Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-05-06 15:54:24 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-05-06 15:54:24 +0400
commit05e6f7b2b99740cfde722dfff2752585581d2257 (patch)
tree1cdc59d28911808c97ca05aa736a43e3229db7d7 /winsup/utils/ssp.c
parent764d88e4a75f244b9c92af0ea27cb4bb86f14d4d (diff)
* mkpasswd.c (current_user): Don't use HOMEDRIVE/HOMEPATH to generate
user's homedir. * mkgroup.c: Accommodate ctype changes. * mkpasswd.c: Ditto. * setfacl.c: Ditto. * ssp.c: Ditto.
Diffstat (limited to 'winsup/utils/ssp.c')
-rw-r--r--winsup/utils/ssp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/ssp.c b/winsup/utils/ssp.c
index c7370d94d..97f87cab6 100644
--- a/winsup/utils/ssp.c
+++ b/winsup/utils/ssp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000, 2001, 2002 Red Hat, Inc.
+ * Copyright (c) 2000, 2001, 2002, 2009 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -596,7 +596,7 @@ run_program (char *cmdline)
{
dll_ptr = cp+1;
}
- *cp = tolower (*cp);
+ *cp = tolower ((unsigned char) *cp);
}
}
}