On 07/02/2014 07:02 AM, Alex Deymo wrote:
> The warning was introduced yesterday on this change:
> 
> http://lists.gnu.org/archive/html/coreutils/2014-07/msg00002.html
> 
> src/chcon.c:144:21: error: initialization makes integer from pointer
> without a cast
> 
> Feel free to modify the patch as you wish.

Ah right on systems without libselinux context_t is an int.
We already cater for that in src/selinux.c by initializing
with 0 without the cast. So I adjusted your patch to do
the same and pushed.

thanks!
Pádraig.


Reply via email to