[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    [PATCH] udhcp compilation issue
From:       haroon maqsood <maqsood3525 () live ! com>
Date:       2019-05-06 17:46:29
Message-ID: VI1PR04MB6029ED33B0BE3BFEE156FF4AC8300 () VI1PR04MB6029 ! eurprd04 ! prod ! outlook ! com
[Download RAW message or body]

make defconfig produces this compilation issue i.e missing bracket
in networking/udhcp/d6_dhcpc.
attached patch adds that

["compilation-issue.patch" (text/x-diff)]

diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c
index 1a0a5739e..6cc2316c4 100644
--- a/networking/udhcp/d6_dhcpc.c
+++ b/networking/udhcp/d6_dhcpc.c
@@ -1781,3 +1781,4 @@ int udhcpc6_main(int argc UNUSED_PARAM, char **argv)
 	/*if (client_config.pidfile) - remove_pidfile has its own check */
 		remove_pidfile(client_config.pidfile);
 	return retval;
+}


_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic