You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/03 13:08:26 UTC

svn commit: r810890 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.in Makefile.msc.in os/unix/mmap.c os/unix/pmmap.c os/win32/mmap.c os/win32/pmmap.c shared/cmnfile.c shared/file.c

Author: mturk
Date: Thu Sep  3 11:08:25 2009
New Revision: 810890

URL: http://svn.apache.org/viewvc?rev=810890&view=rev
Log:
Rename some files. No functional change

Added:
    commons/sandbox/runtime/trunk/src/main/native/os/unix/mmap.c
      - copied unchanged from r810882, commons/sandbox/runtime/trunk/src/main/native/os/unix/pmmap.c
    commons/sandbox/runtime/trunk/src/main/native/os/win32/mmap.c
      - copied unchanged from r810867, commons/sandbox/runtime/trunk/src/main/native/os/win32/pmmap.c
    commons/sandbox/runtime/trunk/src/main/native/shared/file.c
      - copied unchanged from r810867, commons/sandbox/runtime/trunk/src/main/native/shared/cmnfile.c
Removed:
    commons/sandbox/runtime/trunk/src/main/native/os/unix/pmmap.c
    commons/sandbox/runtime/trunk/src/main/native/os/win32/pmmap.c
    commons/sandbox/runtime/trunk/src/main/native/shared/cmnfile.c
Modified:
    commons/sandbox/runtime/trunk/src/main/native/Makefile.in
    commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in

Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.in
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.in?rev=810890&r1=810889&r2=810890&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/Makefile.in (original)
+++ commons/sandbox/runtime/trunk/src/main/native/Makefile.in Thu Sep  3 11:08:25 2009
@@ -82,12 +82,12 @@
 	$(SRCDIR)/shared/buildmark.$(OBJ) \
 	$(SRCDIR)/shared/bzip2.$(OBJ) \
 	$(SRCDIR)/shared/clazz.$(OBJ) \
-	$(SRCDIR)/shared/cmnfile.$(OBJ) \
 	$(SRCDIR)/shared/constp.$(OBJ) \
 	$(SRCDIR)/shared/descriptor.$(OBJ) \
 	$(SRCDIR)/shared/db.$(OBJ) \
 	$(SRCDIR)/shared/error.$(OBJ) \
 	$(SRCDIR)/shared/fco.$(OBJ) \
+	$(SRCDIR)/shared/file.$(OBJ) \
 	$(SRCDIR)/shared/getopt.$(OBJ) \
 	$(SRCDIR)/shared/ini.$(OBJ) \
 	$(SRCDIR)/shared/mbstr.$(OBJ) \
@@ -118,7 +118,7 @@
 	$(SRCDIR)/os/unix/ios.$(OBJ) \
 	$(SRCDIR)/os/unix/group.$(OBJ) \
 	$(SRCDIR)/os/unix/user.$(OBJ) \
-	$(SRCDIR)/os/unix/pmmap.$(OBJ) \
+	$(SRCDIR)/os/unix/mmap.$(OBJ) \
 	$(SRCDIR)/os/unix/pmutex.$(OBJ) \
 	$(SRCDIR)/os/unix/psema.$(OBJ) \
 	$(SRCDIR)/os/unix/pshm.$(OBJ) \
@@ -144,7 +144,7 @@
 	$(SRCDIR)/os/unix/ios.$(OBJ) \
 	$(SRCDIR)/os/unix/group.$(OBJ) \
 	$(SRCDIR)/os/unix/user.$(OBJ) \
-	$(SRCDIR)/os/unix/pmmap.$(OBJ) \
+	$(SRCDIR)/os/unix/mmap.$(OBJ) \
 	$(SRCDIR)/os/unix/pmutex.$(OBJ) \
 	$(SRCDIR)/os/unix/psema.$(OBJ) \
 	$(SRCDIR)/os/unix/pshm.$(OBJ) \
@@ -168,7 +168,7 @@
 	$(SRCDIR)/os/unix/ios.$(OBJ) \
 	$(SRCDIR)/os/unix/group.$(OBJ) \
 	$(SRCDIR)/os/unix/user.$(OBJ) \
-	$(SRCDIR)/os/unix/pmmap.$(OBJ) \
+	$(SRCDIR)/os/unix/mmap.$(OBJ) \
 	$(SRCDIR)/os/unix/psema.$(OBJ) \
 	$(SRCDIR)/os/unix/pshm.$(OBJ) \
 	$(SRCDIR)/os/unix/signals.$(OBJ) \
@@ -192,7 +192,7 @@
 	$(SRCDIR)/os/unix/ios.$(OBJ) \
 	$(SRCDIR)/os/unix/group.$(OBJ) \
 	$(SRCDIR)/os/unix/user.$(OBJ) \
-	$(SRCDIR)/os/unix/pmmap.$(OBJ) \
+	$(SRCDIR)/os/unix/mmap.$(OBJ) \
 	$(SRCDIR)/os/unix/pmutex.$(OBJ) \
 	$(SRCDIR)/os/unix/psema.$(OBJ) \
 	$(SRCDIR)/os/unix/signals.$(OBJ) \

Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in?rev=810890&r1=810889&r2=810890&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in (original)
+++ commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in Thu Sep  3 11:08:25 2009
@@ -71,12 +71,12 @@
 	$(SRCDIR)/shared/buildmark.$(OBJ) \
 	$(SRCDIR)/shared/bzip2.$(OBJ) \
 	$(SRCDIR)/shared/clazz.$(OBJ) \
-	$(SRCDIR)/shared/cmnfile.$(OBJ) \
 	$(SRCDIR)/shared/constp.$(OBJ) \
 	$(SRCDIR)/shared/descriptor.$(OBJ) \
 	$(SRCDIR)/shared/db.$(OBJ) \
 	$(SRCDIR)/shared/error.$(OBJ) \
 	$(SRCDIR)/shared/fco.$(OBJ) \
+	$(SRCDIR)/shared/file.$(OBJ) \
 	$(SRCDIR)/shared/getopt.$(OBJ) \
 	$(SRCDIR)/shared/ini.$(OBJ) \
 	$(SRCDIR)/shared/mbstr.$(OBJ) \
@@ -110,7 +110,7 @@
 	$(SRCDIR)/os/win32/platform.$(OBJ) \
 	$(SRCDIR)/os/win32/os.$(OBJ) \
 	$(SRCDIR)/os/win32/ios.$(OBJ) \
-	$(SRCDIR)/os/win32/pmmap.$(OBJ) \
+	$(SRCDIR)/os/win32/mmap.$(OBJ) \
 	$(SRCDIR)/os/win32/pmutex.$(OBJ) \
 	$(SRCDIR)/os/win32/psema.$(OBJ) \
 	$(SRCDIR)/os/win32/pshm.$(OBJ) \