bnicholes    01/11/26 11:39:10

  Modified:    build    make_nw_export.awk
  Log:
  Fixing up the exclusion list for NetWare
  
  Revision  Changes    Path
  1.4       +1 -0      apr/build/make_nw_export.awk
  
  Index: make_nw_export.awk
  ===================================================================
  RCS file: /home/cvs/apr/build/make_nw_export.awk,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- make_nw_export.awk        2001/11/19 23:33:33     1.3
  +++ make_nw_export.awk        2001/11/26 19:39:10     1.4
  @@ -12,6 +12,7 @@
   /apr_md5_set_xlate/{next}
   /apr_mmap_create/{next}
   /apr_mmap_delete/{next}
  +/apr_mmap_dup/{next}
   /apr_mmap_offset/{next}
   /apr_os_thread_get/{next}
   /apr_os_thread_put/{next}
  
  
  

Reply via email to