[ic] 4.9.8 SessionFile.pm

Jon Jensen interchange-users@icdevgroup.org
Thu Jun 19 14:22:02 2003


On Thu, 19 Jun 2003, Bill Carr wrote:

> 4.9.8 SessionFile.pm Line 52
> 
> Replace:
> *lockfile = \*Vend::Util::fcntl_lock;
> *unlockfile = \*Vend::Util::fcntl_unlock;
> 
> With:
> *lockfile = \*Vend::File::fcntl_lock;
> *unlockfile = \*Vend::File::fcntl_unlock;

Thanks for the bugfix. It's checked in to CVS.

Jon