error compiling CVS copy from a few minutes ago

I went to compile the CVS current copy from a few minutes ago. The file common.c has the following compiler error on BSD/OS 4.0:
gmake[1]: Entering directory /u/sources/local/email/mailman-cvs/mailman/src' gcc -c -I. -DPREFIX="\"/opt/mailman\"" -DPYTHON="\"/usr/contrib/bin/python\"" -DHELPFUL -g -O2 -DHAVE_STRERROR=1 -DHAVE_SETREGID=1 -DSTDC_HEADERS=1 -DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t -DHAVE_VPRINTF=1 ./common.c ./common.c: In function
run_script':
./common.c:145: logident' undeclared (first use this function) ./common.c:145: (Each undeclared identifier is reported only once ./common.c:145: for each function it appears in.) gmake[1]: *** [common.o] Error 1 gmake[1]: Leaving directory
/u/sources/local/email/mailman-cvs/mailman/src'
It is not clear to me what the proper string here should be, perhaps it should be the variable 'script'?
I configured with "./configure --prefix=/opt/mailman --with-mail-gid=nogroup"
v.
--
Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-301-545-6996 PGP & MIME spoken here http://www.kciLink.com/home/khera/

"VK" == Vivek Khera <khera@kcilink.com> writes:
VK> I went to compile the CVS current copy from a few minutes ago.
VK> The file common.c has the following compiler error on BSD/OS
VK> 4.0:
Please apply the following patch.
-Barry
-------------------- snip snip -------------------- Index: common.c
RCS file: /projects/cvsroot/mailman/src/common.c,v retrieving revision 1.11 diff -c -r1.11 common.c *** common.c 1999/02/19 22:42:47 1.11 --- common.c 1999/02/25 15:54:24
*** 30,35 **** --- 30,38 ---- /* bogus global variable used as a flag */ int running_as_cgi = 0;
/* extern to reference this global from one of the wrapper mains */
extern const char* logident;
/* Some older systems don't define strerror(). Provide a replacement that is

"VK" == Vivek Khera <khera@kcilink.com> writes:
VK> I went to compile the CVS current copy from a few minutes ago.
VK> The file common.c has the following compiler error on BSD/OS
VK> 4.0:
Please apply the following patch.
-Barry
-------------------- snip snip -------------------- Index: common.c
RCS file: /projects/cvsroot/mailman/src/common.c,v retrieving revision 1.11 diff -c -r1.11 common.c *** common.c 1999/02/19 22:42:47 1.11 --- common.c 1999/02/25 15:54:24
*** 30,35 **** --- 30,38 ---- /* bogus global variable used as a flag */ int running_as_cgi = 0;
/* extern to reference this global from one of the wrapper mains */
extern const char* logident;
/* Some older systems don't define strerror(). Provide a replacement that is
participants (2)
-
Barry A. Warsaw
-
Vivek Khera