summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2019-07-25 11:59:07 +0300
committerRan Benita <ran234@gmail.com>2019-07-25 12:00:27 +0300
commit6728ebca4a667ee0418cff43b5a1fc6bb5c8f113 (patch)
tree7d741e3ee42a89945318af759b125a0024d5514a
parent32d178b50fe0da05e51e4fe8903c84371d133331 (diff)
downloadxorg-lib-libxkbcommon-6728ebca4a667ee0418cff43b5a1fc6bb5c8f113.tar.gz
test/rmlvo-to-keymap: drop basename usage
It wants some libgen.h include which is POSIX only, let's just remove it as it's hardly important. Signed-off-by: Ran Benita <ran234@gmail.com>
-rw-r--r--test/rmlvo-to-keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rmlvo-to-keymap.c b/test/rmlvo-to-keymap.c
index 89f71a0..c7b5dbd 100644
--- a/test/rmlvo-to-keymap.c
+++ b/test/rmlvo-to-keymap.c
@@ -37,7 +37,7 @@ static void
usage(char **argv)
{
printf("Usage: %s [--print] [--rules <rules>] [--layout <layout>] [--variant <variant>] [--options <option>]\n",
- basename(argv[0]));
+ argv[0]);
printf("This tool tests the compilation from RMLVO to a keymap.\n");
printf("--print print the resulting keymap\n");
}