You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2005/10/28 11:23:15 UTC

svn commit: r329172 - in /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src: classfile.c jvm.c

Author: dlydick
Date: Fri Oct 28 02:23:05 2005
New Revision: 329172

URL: http://svn.apache.org/viewcvs?rev=329172&view=rev
Log:
Minor documentation changes.

Removed commented out, unused include statements.

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/classfile.c
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvm.c

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/classfile.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/classfile.c?rev=329172&r1=329171&r2=329172&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/classfile.c (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/classfile.c Fri Oct 28 02:23:05 2005
@@ -69,10 +69,6 @@
 
 
 #include <fcntl.h>
-/* #include <stdlib.h> */
-/* #include <string.h> */
-/* #include <unistd.h> */
-/* #include <sys/stat.h> */
 
 #include "jvmcfg.h"
 #include "cfmacros.h"
@@ -410,7 +406,7 @@
      * to be 2-byte aligned! (See getrs2() in
      * @link jvm/src/bytegames.c bytegames.c@endlink
      * and ARCH_ODD_ADDRESS_SIGSEGV in
-     * @link jvm/src/arch.h arch.h@endlink
+     * @link jvm/include/arch.h arch.h@endlink
      * for details.)
      */
     pcfs->magic = GETRI4(pu4);

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvm.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvm.c?rev=329172&r1=329171&r2=329172&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvm.c (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvm.c Fri Oct 28 02:23:05 2005
@@ -465,8 +465,8 @@
  *
  * Several directories are provided within the source tree.  Each one
  * provides one component of the project.  These are referenced in
- * @link ./config.sh config.sh@endlink and @link ./build.sh
-   build.sh@endlink by these same names, and are also used in the
+ * @link ./config.sh ./config.sh@endlink and @link ./Makefile
+   ./Makefile@endlink by these same names, and are also used in the
  * built-in bug tracking numbers described below.  These component
  * and directory names are:
  *
@@ -732,8 +732,6 @@
 
 
 #include <signal.h>
-/* #include <strings.h> */
-/* #include <unistd.h> */
 
 #define PORTABLE_JMP_BUF_VISIBLE
 #include "jvmcfg.h"