summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ssp.c
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-05-06 11:54:24 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-05-06 11:54:24 +0000
commit05e6f7b2b99740cfde722dfff2752585581d2257 (patch)
tree1cdc59d28911808c97ca05aa736a43e3229db7d7 /winsup/utils/ssp.c
parent764d88e4a75f244b9c92af0ea27cb4bb86f14d4d (diff)
downloadcygnal-05e6f7b2b99740cfde722dfff2752585581d2257.tar.gz
cygnal-05e6f7b2b99740cfde722dfff2752585581d2257.tar.bz2
cygnal-05e6f7b2b99740cfde722dfff2752585581d2257.zip
* 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);
}
}
}