Index: head/java/openjdk7/files/patch-jdk_src_solaris_native_java_lang_childproc.c =================================================================== --- head/java/openjdk7/files/patch-jdk_src_solaris_native_java_lang_childproc.c (nonexistent) +++ head/java/openjdk7/files/patch-jdk_src_solaris_native_java_lang_childproc.c (revision 552072) @@ -0,0 +1,10 @@ +--- jdk/src/solaris/native/java/lang/childproc.c ++++ jdk/src/solaris/native/java/lang/childproc.c +@@ -33,6 +33,7 @@ + + #include "childproc.h" + ++const char * const *parentPathv; + + ssize_t + restartableWrite(int fd, const void *buf, size_t count) Property changes on: head/java/openjdk7/files/patch-jdk_src_solaris_native_java_lang_childproc.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/java/openjdk7/files/patch-jdk_src_solaris_native_java_lang_childproc.h =================================================================== --- head/java/openjdk7/files/patch-jdk_src_solaris_native_java_lang_childproc.h (nonexistent) +++ head/java/openjdk7/files/patch-jdk_src_solaris_native_java_lang_childproc.h (revision 552072) @@ -0,0 +1,11 @@ +--- jdk/src/solaris/native/java/lang/childproc.h ++++ jdk/src/solaris/native/java/lang/childproc.h +@@ -119,7 +119,7 @@ typedef struct _SpawnInfo { + * The cached and split version of the JDK's effective PATH. + * (We don't support putenv("PATH=...") in native code) + */ +-const char * const *parentPathv; ++extern const char * const *parentPathv; + + ssize_t restartableWrite(int fd, const void *buf, size_t count); + int restartableDup2(int fd_from, int fd_to); Property changes on: head/java/openjdk7/files/patch-jdk_src_solaris_native_java_lang_childproc.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property