MS-DOS patches to perl.
Apply this patch to the standard perl source, version 4, patch level 19,
using "patch -p."  Do this in the root directory of the perl source
distribution.

You can cat all these patches together and pipe the output to patch -p.

Len Reed
Holos Software, Inc.
..!gatech!holos0!lbr
holos0!lbr@gatech.edu
--------------------------------------
*** dolist.c.old	Thu Nov 14 07:29:26 1991
--- dolist.c	Thu Nov 14 08:52:20 1991
***************
*** 1759,1764 ****
--- 1759,1765 ----
      return sp;
  }
  
+ #ifdef HAS_TIMES
  int
  do_tms(str,gimme,arglast)
  STR *str;
***************
*** 1765,1773 ****
  int gimme;
  int *arglast;
  {
- #ifdef MSDOS
-     return -1;
- #else
      STR **st = stack->ary_array;
      register int sp = arglast[0];
  
--- 1766,1771 ----
***************
*** 1797,1804 ****
        str_2mortal(str_nmake(0.0)));
  #endif
      return sp;
- #endif
  }
  
  int
  do_time(str,tmbuf,gimme,arglast)
--- 1795,1802 ----
        str_2mortal(str_nmake(0.0)));
  #endif
      return sp;
  }
+ #endif /* HAS_TIMES */
  
  int
  do_time(str,tmbuf,gimme,arglast)
