System: scame 1.0B Patch #: 3 Priority: High Description: Four problems: - On BSD4.2, the mechanism for disallowing two invocations of scame to run at the same time doesn't work. This is serious, because the tempfile handling relies on it. - On many systems, Reverse I-Search doesn't work. - A minor bug in Scame-reaper might cause problems. - getwd() declared wrong. Fix: From news, say "| patch -d DIR", where DIR is your scame source directory. Outside of news, say "cd DIR; patch d_ino == 0 || dp->d_name[0] != 'S') continue; for (i=1; i <= 10; i++) ! if (dp->d_name[i] < '0' || dp->d_name[1] > '9') goto loop; nentries++; sscanf(dp->d_name, "%*[^0123456789]%5d", &pid); --- 70,76 ----- if (dp->d_ino == 0 || dp->d_name[0] != 'S') continue; for (i=1; i <= 10; i++) ! if (dp->d_name[i] < '0' || dp->d_name[i] > '9') goto loop; nentries++; sscanf(dp->d_name, "%*[^0123456789]%5d", &pid);