From 51a16d1529a9bf43faeac796f6013ad004c9b961 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 29 May 2002 08:35:58 +0000 Subject: 2002-05-29 Roland McGrath * nfsd.h (struct proctable): [0] -> [], for newfangled GCC. --- nfsd/nfsd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nfsd/nfsd.h') diff --git a/nfsd/nfsd.h b/nfsd/nfsd.h index ba423f2d..e89a411b 100644 --- a/nfsd/nfsd.h +++ b/nfsd/nfsd.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1996, 98 Free Software Foundation, Inc. + Copyright (C) 1996,98,2002 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -76,7 +76,7 @@ struct proctable { int min; int max; - struct procedure procs[0]; + struct procedure procs[]; }; volatile struct mapped_time_value *mapped_time; -- cgit v1.2.3