(get_owner): change type of parameter and return value:
commit4f457676019e1f58a3a1998cdf953e67e84f4b41
authorAndrew Borodin <aborodin@vmail.ru>
Wed, 24 Jun 2015 13:14:36 +0000 (24 16:14 +0300)
committerSlava Zanko <v.zanko@godeltech.com>
Thu, 5 Nov 2015 11:32:52 +0000 (5 14:32 +0300)
treeb58b61a1ceedeff91d632b6f16adf894db388f7d
parenta95320cb153b7f124f3e04bd4760e55318cc87f0
(get_owner): change type of parameter and return value:

return value: from "char *" to "const char *";
parameter: from int to uid_t.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/util.h
lib/utilunix.c