-/* $Id: store.cc,v 1.13 1996/03/27 18:15:54 wessels Exp $ */
+/* $Id: store.cc,v 1.14 1996/03/28 06:02:19 wessels Exp $ */
/*
* Here is a summary of the routines which change mem_status and swap_status:
tmpbuf[0] = '\0';
sprintf(tmpbuf, "cd %s; rm -rf log [0-9][0-9]", path);
debug(0, 1, "storeInit: Running '%s'\n", tmpbuf);
- system(tmpbuf);
+ system(tmpbuf); /* XXX should avoid system(3) */
}
}
sprintf(swaplog_file, "%s/log", swappath(0));