diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2009-05-01 18:42:21 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2009-05-01 18:42:21 +0200 |
commit | 133535241089026fe6c9be86dbe4a27be20efa14 (patch) | |
tree | aedca0e76bcd4dd6bcf9585c878701192a2b09dd /Xtransutil.c | |
parent | bc7a8a3d4bbff2f4b96550ec573124e9ace3cc8c (diff) | |
parent | 1e32f79670a6dc0baae2c2622d2b562f41266ea5 (diff) |
Merge commit 'origin/master' into obsd
Diffstat (limited to 'Xtransutil.c')
-rw-r--r-- | Xtransutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xtransutil.c b/Xtransutil.c index 2ffcb0d..c6ff2f6 100644 --- a/Xtransutil.c +++ b/Xtransutil.c @@ -483,7 +483,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; |