diff options
author | yalei wang <wylandrea@gmail.com> | 2018-05-18 08:24:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2018-05-18 08:24:47 +0000 |
commit | 627968bfe1101e58992b695e74470ab865e88c8d (patch) | |
tree | 5ca85b16cd1ffb62d75da90ef115589bd86c5e4c /src/nSocket/nstack/nstack_info_parse.c | |
parent | 3a8b1b01c87ede23390657b906f14a49d89624f6 (diff) | |
parent | 425c6c2d1ab01b8c8de11e2cba021def2c05574f (diff) |
Merge "Coding style error check and remove some unused macros"
Diffstat (limited to 'src/nSocket/nstack/nstack_info_parse.c')
-rw-r--r-- | src/nSocket/nstack/nstack_info_parse.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nSocket/nstack/nstack_info_parse.c b/src/nSocket/nstack/nstack_info_parse.c index 06c956b..99e6df7 100644 --- a/src/nSocket/nstack/nstack_info_parse.c +++ b/src/nSocket/nstack/nstack_info_parse.c @@ -18,13 +18,13 @@ #define _GNU_SOURCE #endif -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> +#include <sys/types.h> /* sys/types.h */ +#include <sys/stat.h> /* sys/stat.h */ +#include <fcntl.h> /* fcntl.h */ #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> -#include <errno.h> +#include <errno.h> /* errno.h */ #include "json.h" #include "nsfw_base_linux_api.h" #include "nstack_info_parse.h" |