debug(0, "file_map_allocate: All %d files are in use!\n", fm->max_n_files);
debug(0, "You need to recompile with a larger value for MAX_SWAP_FILE\n");
fatal_dump(NULL);
- /* NOTREACHED */
+ return (0); /* NOTREACHED */
}
#ifdef TEST
-static char rcsid[] = "$Id: ftp.cc,v 1.3 1996/02/23 06:56:31 wessels Exp $";
+static char rcsid[] = "$Id: ftp.cc,v 1.4 1996/02/23 07:00:58 wessels Exp $";
/*
* File: ftp.c
* Description: state machine for ftp retrieval protocol. Based on John's
execvp(p1, argv);
perror(p1);
_exit(1);
- /* NOTREACHED */
+ return (0); /* NOTREACHED */
}
/*