BUGFIX - source/lib/smbrun.c

John E. Malmberg wb8tyw at qsl.net
Mon May 8 14:46:57 GMT 2000


When compiling Samba without the option HAVE_EXECL defined, the lib/smbrun.c
module will not compile.

The code segment for the #ifndef HAVE_EXECL, needs to be enclosed in braces
as it declares some local variables.

Since OpenVMS does not have a fork() call, the older method must be used.

* NEW *
   95       {
   96           int ret;
******
* OLD *
   95           int ret;
************
************
* NEW *
  117       }
  118   #else
******
* OLD *
  116   #else
************

Platform Details:

SAMBA 2.0.6
OpenVMS - ALPHA 7.2
DEC C 6.0




More information about the samba-technical mailing list