From bb4201e589f3875351a5a7b1305254701663dc9a Mon Sep 17 00:00:00 2001 From: JianQiang Li Date: Wed, 25 Oct 2023 09:14:55 +0800 Subject: [PATCH] [hikptool] Change the unic_ppp directory to ub_ppp. tool inclusion category:bugfix bugzilla:NA CVE:NA ---------------------------------------------------------------------- Change the unic_ppp directory to ub_ppp and add a blank line to the end of the hikp_unic_ppp.c file. Signed-off-by: Jianqiang Li --- net/ub/{ub_unic => ub_ppp}/hikp_unic_ppp.c | 2 +- net/ub/{ub_unic => ub_ppp}/hikp_unic_ppp.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename net/ub/{ub_unic => ub_ppp}/hikp_unic_ppp.c (99%) rename net/ub/{ub_unic => ub_ppp}/hikp_unic_ppp.h (100%) diff --git a/net/ub/ub_unic/hikp_unic_ppp.c b/net/ub/ub_ppp/hikp_unic_ppp.c similarity index 99% rename from net/ub/ub_unic/hikp_unic_ppp.c rename to net/ub/ub_ppp/hikp_unic_ppp.c index 5325b03..ccba4e0 100644 --- a/net/ub/ub_unic/hikp_unic_ppp.c +++ b/net/ub/ub_ppp/hikp_unic_ppp.c @@ -465,4 +465,4 @@ static void cmd_unic_get_ppp_init(void) cmd_option_register("-du", "--dump", true, hikp_unic_cmd_ppp_feature_select); } -HIKP_CMD_DECLARE("unic_ppp", "dump ppp info of unic!", cmd_unic_get_ppp_init); \ No newline at end of file +HIKP_CMD_DECLARE("unic_ppp", "dump ppp info of unic!", cmd_unic_get_ppp_init); diff --git a/net/ub/ub_unic/hikp_unic_ppp.h b/net/ub/ub_ppp/hikp_unic_ppp.h similarity index 100% rename from net/ub/ub_unic/hikp_unic_ppp.h rename to net/ub/ub_ppp/hikp_unic_ppp.h -- 2.21.0.windows.1