bnicholes 2003/10/02 07:49:33
Modified: . Tag: APR_0_9_BRANCH NWGNUmakefile
misc/netware Tag: APR_0_9_BRANCH aprlib.def
include/arch/netware Tag: APR_0_9_BRANCH apr_arch_file_io.h
Log:
Remove an unused system import from the NetWare build
Revision Changes Path
No revision
No revision
1.16.2.1 +0 -1 apr/NWGNUmakefile
Index: NWGNUmakefile
===================================================================
RCS file: /home/cvs/apr/NWGNUmakefile,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -r1.16 -r1.16.2.1
--- NWGNUmakefile 23 Aug 2003 10:01:22 -0000 1.16
+++ NWGNUmakefile 2 Oct 2003 14:49:33 -0000 1.16.2.1
@@ -221,7 +221,6 @@
@libc.imp \
@ws2nlm.imp \
@netware.imp \
- CpuCurrentProcessor \
$(EOLIST)
#
No revision
No revision
1.6.2.1 +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.6.2.1
diff -u -r1.6 -r1.6.2.1
--- aprlib.def 26 Jun 2002 22:01:02 -0000 1.6
+++ aprlib.def 2 Oct 2003 14:49:33 -0000 1.6.2.1
@@ -1,4 +1,3 @@
MODULE LIBC.NLM
MODULE WS2_32.NLM
-IMPORT CpuCurrentProcessor
EXPORT @aprlib.imp
No revision
No revision
1.1.2.1 +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.1.2.1
diff -u -r1.1 -r1.1.2.1
--- apr_arch_file_io.h 7 Jan 2003 00:52:54 -0000 1.1
+++ apr_arch_file_io.h 2 Oct 2003 14:49:33 -0000 1.1.2.1
@@ -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