Some C99 flexible array changes
authorWayne Davison <wayne@opencoder.net>
Mon, 6 Jul 2020 00:04:37 +0000 (17:04 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 6 Jul 2020 00:25:53 +0000 (17:25 -0700)
commite1e4ffe057346de61972b2d995ebc9c720a7d8bd
tree6865a44a8d2caca26811fcb11b7ab23e97aedd9b
parent1b53b2ff4be476eee15d98d48f68cb1bead0bd77
Some C99 flexible array changes

- Use C99 flexible arrays when possible, and fall back on the existing
  fname[1] kluges on older compilers.
- Avoid static initialization of a flexible array, which is not really
  in the C standard.
flist.c
rsync.h