diff options
author | Hyejin Kim <hyejin0906.kim@samsung.com> | 2015-07-16 14:10:30 +0900 |
---|---|---|
committer | Hyejin Kim <hyejin0906.kim@samsung.com> | 2015-07-16 14:10:36 +0900 |
commit | c353de2e55d0f64f4b11dbc242f8319674650c54 (patch) | |
tree | 4903817ed5bc386f11ea4a2877b87606a5ce6efc /lib/help.c | |
parent | 05423b7d418fa33f4c812b8262c21f9401ee3a98 (diff) | |
parent | ccec4d82798d46a8bc7e7656d08c57544cd08582 (diff) | |
download | toybox-c353de2e55d0f64f4b11dbc242f8319674650c54.tar.gz toybox-c353de2e55d0f64f4b11dbc242f8319674650c54.tar.bz2 toybox-c353de2e55d0f64f4b11dbc242f8319674650c54.zip |
Merge branch from toybox/master
Conflicts:
both modified: lib/portability.c
both modified: lib/portability.h
both modified: scripts/genconfig.sh
both modified: scripts/runtest.sh
both added: tests/sed.test
both modified: toys/other/acpi.c
both modified: toys/other/ifconfig.c
deleted by them: toys/other/unshare.c
both added: toys/pending/hwclock.c
both modified: toys/pending/ip.c
deleted by them: toys/pending/sed.c
both modified: toys/posix/chgrp.c
both modified: toys/posix/cp.c
both modified: toys/posix/id.c
both modified: toys/posix/ls.c
Change-Id: Ib36c5267ec054a5683ca37da2383d83b3cb1b5b4
Signed-off-by: Hyejin Kim <hyejin0906.kim@samsung.com>
Diffstat (limited to 'lib/help.c')
-rw-r--r-- | lib/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ void show_help(void) {;} #undef NEWTOY #undef OLDTOY #define NEWTOY(name,opt,flags) help_##name "\0" -#define OLDTOY(name,oldname,opts,flags) "\xff" #oldname "\0" +#define OLDTOY(name,oldname,flags) "\xff" #oldname "\0" static char *help_data = #include "generated/newtoys.h" ; |