[Mailman-Users] error compiling CVS copy from a few minutes ago

Barry A. Warsaw bwarsaw at cnri.reston.va.us
Thu Feb 25 16:55:41 CET 1999


>>>>> "VK" == Vivek Khera <khera at 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




More information about the Mailman-Users mailing list