At 04:14 PM 5/12/99 +0200, Norbert Koch wrote:
the current CVS sources can't be built on WinNT due to the
followin
error:
..\src\ntproc.c(691) : error C2166: l-value specifies const object
I was afraid of this, gcc winges but compiles ....
Do we absolutely need this kludge? In this case we can't use a
const
pointer to const char in the arglist ...
It was broken previously. I have cooked up a patch which I think works.
andy