But if the file already has the right ownership, don't worry about it.
* make-docfile.c (input_buffer): Rename variables to avoid shadowing.
+ * test-distrib.c (buf): Make this local, to avoid shadowing.
* movemail.c (main, pop_retr): Rename locals to avoid shadowing.
(progname, sfi, sfo, ibuffer, obuffer): Remove unused vars.
This file is read by the `test-distribution' program.\n\
If you change it, you will make that program fail.\n";
-static char buf[300];
-
/* Like `read' but keeps trying until it gets SIZE bytes or reaches eof. */
static int
cool_read (int fd, char *buf, size_t size)
main (int argc, char **argv)
{
int fd;
+ char buf[300];
if (argc != 2)
{