dougm       2002/06/20 17:48:01

  Modified:    src/modules/perl modperl_sys.c
  Log:
  fix for darwin
  
  Revision  Changes    Path
  1.2       +1 -1      modperl-2.0/src/modules/perl/modperl_sys.c
  
  Index: modperl_sys.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_sys.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- modperl_sys.c     21 Jun 2002 00:05:17 -0000      1.1
  +++ modperl_sys.c     21 Jun 2002 00:48:01 -0000      1.2
  @@ -16,7 +16,7 @@
   #endif
       return dlclose(handle) == 0;
   #elif defined(MP_SYS_DL_DYLD)
  -    return NSUnlinkModule(handle, FALSE);
  +    return NSUnLinkModule(handle, FALSE);
   #elif defined(MP_SYS_DL_HPUX)
       shl_unload((shl_t)handle);
       return 1;
  
  
  


Reply via email to