bnicholes    2003/10/02 07:48:46

  Modified:    .        NWGNUmakefile
               misc/netware aprlib.def
               include/arch/netware apr_arch_file_io.h
  Log:
  Remove an unused system import from the NetWare build
  
  Revision  Changes    Path
  1.17      +0 -1      apr/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/apr/NWGNUmakefile,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- NWGNUmakefile     23 Aug 2003 10:01:22 -0000      1.16
  +++ NWGNUmakefile     2 Oct 2003 14:48:45 -0000       1.17
  @@ -221,7 +221,6 @@
        @libc.imp \
        @ws2nlm.imp \
        @netware.imp \
  -     CpuCurrentProcessor \
        $(EOLIST)
    
   #   
  
  
  
  1.7       +0 -1      apr/misc/netware/aprlib.def
  
  Index: aprlib.def
  ===================================================================
  RCS file: /home/cvs/apr/misc/netware/aprlib.def,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- aprlib.def        26 Jun 2002 22:01:02 -0000      1.6
  +++ aprlib.def        2 Oct 2003 14:48:45 -0000       1.7
  @@ -1,4 +1,3 @@
   MODULE  LIBC.NLM
   MODULE  WS2_32.NLM
  -IMPORT  CpuCurrentProcessor
   EXPORT       @aprlib.imp
  
  
  
  1.2       +0 -2      apr/include/arch/netware/apr_arch_file_io.h
  
  Index: apr_arch_file_io.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/netware/apr_arch_file_io.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apr_arch_file_io.h        7 Jan 2003 00:52:54 -0000       1.1
  +++ apr_arch_file_io.h        2 Oct 2003 14:48:45 -0000       1.2
  @@ -147,8 +147,6 @@
       NXPathCtx_t pathCtx;
   };
   
  -extern apr_int32_t CpuCurrentProcessor; /* system variable */
  -
   #define MAX_SERVER_NAME     64
   #define MAX_VOLUME_NAME     64
   #define MAX_PATH_NAME       256
  
  
  

Reply via email to