-/* $Id: client.cc,v 1.2 1996/02/29 07:23:06 wessels Exp $ */
+
+/* $Id: client.cc,v 1.3 1996/03/22 17:48:14 wessels Exp $ */
#include "config.h"
#include <stdio.h>
-/* $Id: comm.cc,v 1.4 1996/02/29 07:23:07 wessels Exp $ */
+
+/* $Id: comm.cc,v 1.5 1996/03/22 17:48:15 wessels Exp $ */
#include "config.h"
-/* $Id: filemap.cc,v 1.3 1996/02/29 07:23:11 wessels Exp $ */
+/* $Id: filemap.cc,v 1.4 1996/03/22 17:48:16 wessels Exp $ */
#include "config.h"
#include <stdlib.h>
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);
- return (0); /* NOTREACHED */
+ return (0); /* NOTREACHED */
}
#ifdef TEST
-/* $Id: ipcache.cc,v 1.5 1996/02/29 07:23:15 wessels Exp $ */
+/* $Id: ipcache.cc,v 1.6 1996/03/22 17:48:17 wessels Exp $ */
#include "config.h"
#include <sys/types.h>
execlp(command, "(dnsserver)", "-p", socketname, NULL);
perror(command);
_exit(1);
- return (0); /* NOTREACHED */
+ return (0); /* NOTREACHED */
}
#endif /* else USE_DNS_PIPE */
-/* $Id: mime.cc,v 1.2 1996/02/29 07:23:17 wessels Exp $ */
+
+/* $Id: mime.cc,v 1.3 1996/03/22 17:48:18 wessels Exp $ */
#include "config.h"
#include <string.h>
-/* $Id: store.cc,v 1.4 1996/02/29 07:23:22 wessels Exp $ */
+
+/* $Id: store.cc,v 1.5 1996/03/22 17:48:18 wessels Exp $ */
/*
* Here is a summary of the routines which change mem_status and swap_status: