update code
This commit is contained in:
parent
03b0d5a2ee
commit
6f727134ad
@ -2,7 +2,7 @@
|
|||||||
%global _release 20190919.235256.gitc4730268
|
%global _release 20190919.235256.gitc4730268
|
||||||
Name: clibcni
|
Name: clibcni
|
||||||
Version: %{_version}
|
Version: %{_version}
|
||||||
Release: %{_release}%{?dist}
|
Release: %{_release}
|
||||||
Summary: CNI - the Container Network Interface
|
Summary: CNI - the Container Network Interface
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: Mulan PSL v1
|
License: Mulan PSL v1
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
#cmakedefine VERSION "@CLIBCNI_VERSION@"
|
#cmakedefine VERSION "@CLIBCNI_VERSION@"
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,6 @@
|
|||||||
#ifndef CLIBCNI_CONF_H
|
#ifndef CLIBCNI_CONF_H
|
||||||
#define CLIBCNI_CONF_H
|
#define CLIBCNI_CONF_H
|
||||||
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include "net_conf_list.h"
|
#include "net_conf_list.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@ -15,7 +15,6 @@
|
|||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include "tools.h"
|
#include "tools.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@ -33,7 +33,6 @@ CODE = '''// Auto generated file. Do not edit!
|
|||||||
# include <stdbool.h>
|
# include <stdbool.h>
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
# include <stdlib.h>
|
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <yajl/yajl_tree.h>
|
# include <yajl/yajl_tree.h>
|
||||||
# include <yajl/yajl_gen.h>
|
# include <yajl/yajl_gen.h>
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#include "current.h"
|
#include "current.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user