othername
if (rename("/tmp/" littlename, "/tmp/" othername) < 0) {
CHECK("/tmp/" othername, __getcwd(kbuf, sizeof(kbuf)), 16, 0);
if (rmdir("/tmp/" othername) < 0) {