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