Re: [PATCH] fix compiler warnings in hurd/nfs and hurd/nfsd

2015-12-29 Thread Flavio Cruz
On Tue, Dec 29, 2015 at 11:17:12PM +0100, Samuel Thibault wrote: > Flavio Cruz, on Tue 29 Dec 2015 23:10:44 +0100, wrote: > > --- > > Oops, no: I meant the *comment* after the ---, the changelog has to go > before the ---, that's where git am picks it up. > > > @@ -72,7 +72,7 @@ init_filesystems

Re: [PATCH] fix compiler warnings in hurd/nfs and hurd/nfsd

2015-12-29 Thread Samuel Thibault
Flavio Cruz, on Tue 29 Dec 2015 23:10:44 +0100, wrote: > --- Oops, no: I meant the *comment* after the ---, the changelog has to go before the ---, that's where git am picks it up. > @@ -72,7 +72,7 @@ init_filesystems (void) > >for (line = 1; ; line++) > { > - nitems = fscanf (ind

[PATCH] fix compiler warnings in hurd/nfs and hurd/nfsd

2015-12-29 Thread Flavio Cruz
--- nfs: Fix compiler warnings. * nfs/ops.c (netfs_get_dirents): Initialize buf. * nfsd/nfsd.h: Define cache_handle_array union. * nfsd/cache.c: Use new cache_handle_array union. * nfds/ops.c: Likewise. diff --git a/nfs/ops.c b/nfs/ops.c index a4d6ac7..79cd3a6 100644 --- a/nfs/ops.c +++ b/nfs/op