[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/NEWLIB PATCH 2/2] syslog.c: Fix file location
Reviewed-by: Vlad-Andrei Badoiu<vlad_andrei.badoiu@xxxxxxxxxxxxxxx> On 02.09.2019 18:06, Costin Lupu wrote: > Files imported from musl should have the same location, relative to > musl-imported/ subdirectory. However, this was not applied when syslog.c was > imported. > > Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> > --- > Makefile.uk | 2 +- > musl-imported/src/{ => misc}/syslog.c | 0 > 2 files changed, 1 insertion(+), 1 deletion(-) > rename musl-imported/src/{ => misc}/syslog.c (100%) > > diff --git a/Makefile.uk b/Makefile.uk > index 7e72da4..3330960 100644 > --- a/Makefile.uk > +++ b/Makefile.uk > @@ -124,7 +124,7 @@ LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/dev.c > LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/signal.c > LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/link.c > LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/mntent.c > -LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/musl-imported/src/syslog.c > +LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/musl-imported/src//misc/syslog.c > LIBNEWLIBGLUE_SRCS-y += > $(LIBNEWLIBC_BASE)/musl-imported/src/termios/tcsetattr.c > LIBNEWLIBGLUE_SRCS-y += > $(LIBNEWLIBC_BASE)/musl-imported/src/termios/tcgetattr.c > > diff --git a/musl-imported/src/syslog.c b/musl-imported/src/misc/syslog.c > similarity index 100% > rename from musl-imported/src/syslog.c > rename to musl-imported/src/misc/syslog.c _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |