diff options
Diffstat (limited to 'inet/netgroup.h')
-rw-r--r-- | inet/netgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
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[]; }; |