[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


  • To: Costin Lupu <costin.lupu@xxxxxxxxx>, "minios-devel@xxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxx>
  • From: Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
  • Date: Mon, 2 Sep 2019 20:25:15 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=stud.acs.upb.ro; dmarc=pass action=none header.from=stud.acs.upb.ro; dkim=pass header.d=stud.acs.upb.ro; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=4/igvK7D5mXANDHuNt8ncKNrHsDbiD8PtB+zoWjkCpU=; b=WdTDmY+anNT1WGGQZ58B+VyZ/OnPhVurhih5JIrQKFK5Sg88cwR84WbdUP5YgaBB4dFGY/5wg71+EN5Xgl+xdFDbTcRMRomQo+qasBRec+PCoLvZ7mw9yKAjiAbnE6nVHzPNIDznHMW0txXCX27Cstwjpp5Sl5pIfS6rMsrjJ9NQLbGADYW4WKnyqWvHTa+fTOUbfjE+inUcwUwDE/mPzwgwndAAQLHWGoWcv0VK2sxaoTdQaTBaPtlqECyuJdw54ClExQN0p0n+zGwrRbyck52nYnpDpZ7ShYbZgn5I/5weho/lpoJo6Da4SBU0h8K6zjdmsB4Ob4utpfPuQubVdQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=JGtoK1hxsYO4RFgUlNagFYJPcnNH5C8Lj4ZDxWSb4hMsy7BKWAKrAHUPrAuCn2Bo9+ACyjVdEUdy2nAQlMckN5AR9BAdlRPlot63K/YtxxrHIS2rRPk3Xvo9FaoJdfneWIVcxG2rlbKmHMtYyrWupF2gqGc5Isf3GegQGgOxkYeMoqohekCDBC/eDDunmE1FQ6g5wg5VH1aXT7YXYSRnKNHCZA1OZbG98TOhC30Ms9jE8wziRLWHfPKDGhkrWXYrISy+p8QoaE3p1e6Z+q1i9jhOF27Tg+HlGOeZlMr8yi9oqyCsdKkmnEjdaI4NqzRfes6mVu1Pn+x0K1E2nKTVEg==
  • Authentication-results: spf=none (sender IP is ) smtp.mailfrom=vlad_andrei.badoiu@xxxxxxxxxxxxxxx;
  • Delivery-date: Mon, 02 Sep 2019 20:25:25 +0000
  • List-id: Mini-os development list <minios-devel.lists.xenproject.org>
  • Thread-index: AQHVYaAQs9PaRqAfB06WAx4EGdL4k6cY1c0A
  • Thread-topic: [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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.