From c6dfed243e0310bc3294c0fdf1816fceab024e9b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 22 Oct 2014 13:17:20 -0700 Subject: Rework some nscd code not to use variable-length struct types. --- inet/netgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inet') diff --git a/inet/netgroup.h b/inet/netgroup.h index 490004589d..f772a09d82 100644 --- a/inet/netgroup.h +++ b/inet/netgroup.h @@ -26,7 +26,7 @@ struct name_list { struct name_list *next; - char name[0]; + char name[]; }; -- cgit v1.2.3