OSDN Git Service

Fix getprop sorting and error reporting.
authorElliott Hughes <enh@google.com>
Sun, 3 May 2015 20:31:41 +0000 (15:31 -0500)
committerRob Landley <rob@landley.net>
Sun, 3 May 2015 20:31:41 +0000 (15:31 -0500)
commit2a7727dec265fa96e8522b0a557b72320d2889a7
tree7efffa13f73a3b921f61477bbe126b3872d11872
parentfcd2729305888d0d8e4af2e6d158b9bbb97541af
Fix getprop sorting and error reporting.

Use qstrcmp instead of alphasort (which expects struct dirent arguments).

Don't use perror_exit because property_list doesn't set errno.
toys/android/getprop.c