aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/include/linux/ip_vs.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-headers/include/linux/ip_vs.h')
-rw-r--r--linux-headers/include/linux/ip_vs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-headers/include/linux/ip_vs.h b/linux-headers/include/linux/ip_vs.h
index 4102ddc..1ed234e 100644
--- a/linux-headers/include/linux/ip_vs.h
+++ b/linux-headers/include/linux/ip_vs.h
@@ -254,7 +254,7 @@ struct ip_vs_get_dests {
unsigned int num_dests;
/* the real servers */
- struct ip_vs_dest_entry entrytable[0];
+ struct ip_vs_dest_entry entrytable[];
};
@@ -264,7 +264,7 @@ struct ip_vs_get_services {
unsigned int num_services;
/* service table */
- struct ip_vs_service_entry entrytable[0];
+ struct ip_vs_service_entry entrytable[];
};