]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - inet/netgroup.h
Rework some nscd code not to use variable-length struct types.
[thirdparty/glibc.git] / inet / netgroup.h
index 490004589dd9b3413836501a594ee0eeb6130793..f772a09d82706f310f739d5e5868b8c7e7a4e433 100644 (file)
@@ -26,7 +26,7 @@
 struct name_list
 {
   struct name_list *next;
-  char name[0];
+  char name[];
 };