[PATCH] libhurdutil: New library containing utils to be used by Guix.

2016-05-25 Thread manolis837
From: Manolis Ragkousis * libhurdutil/hurdutil.h: New file. * libhurdutil/settrans.c: New file. * libhurdutil/Makefile: New file. * utils/Makefile (HURDLIBS, settrans): Use the new library. * utils/settrans.c: Update to use the new library. * Makefile: (lib-subdirs): Add library. --- Makefile

[PATCH] libhurdutil: New library containing utils to be used by Guix.

2016-05-25 Thread manolis837
I am resending the patch from https://lists.gnu.org/archive/html/bug-hurd/2016-05/msg00040.html modified to apply on master. Manolis

[PATCH] libhurdutil: New library containing utils to be used by Guix.

2016-05-25 Thread Manolis Ragkousis
Hello everyone, This is the library Justus suggested some time ago and it contains the implementation of settrans. This patch actually does three things. 1) It creates libhurdutil/hurdutil.h which exposes the interface and a struct called settrans_flags_t which contains all the flags to be used b