Seems to me the easiest fix is to add something like this to the
top of main()
        {
                char pidbuf[64];
                sprintf(pidbuf, "CVSPID=%lu", (unsigned long)getpid());
                putenv(pidbuf);
        }

It seems to me that this also works for CVS server, but I'm not sure.
        /r$

Reply via email to