summaryrefslogtreecommitdiff
path: root/Xtransutil.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-04-24 02:10:53 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-04-24 02:10:53 -0700
commit1e32f79670a6dc0baae2c2622d2b562f41266ea5 (patch)
tree9993c44f2b49e3c0b400776ab7838bef94893c86 /Xtransutil.c
parent732f3366c40c4bea258b11b96c4763f5948a4844 (diff)
downloadxorg-lib-libxtrans-1e32f79670a6dc0baae2c2622d2b562f41266ea5.tar.gz
Constify path argument to trans_mkdir()
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Xtransutil.c')
-rw-r--r--Xtransutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xtransutil.c b/Xtransutil.c
index b4e03fe..bd9ff52 100644
--- a/Xtransutil.c
+++ b/Xtransutil.c
@@ -479,7 +479,7 @@ is_numeric (const char *str)
* bit cannot be set and fail.
*/
static int
-trans_mkdir(char *path, int mode)
+trans_mkdir(const char *path, int mode)
{
struct stat buf;