Author: hindessm
Date: Wed Feb 18 15:41:33 2009
New Revision: 745539
URL: http://svn.apache.org/viewvc?rev=745539&view=rev
Log:
Fix unsatisfied link error for NetworkInterface.isPointToPoint(...).
Modified:
harmony/enhanced/classlib/branches/java6/modules/luni/src/main/native/luni/unix/exports.txt
Modified: harmony/enhanced/classlib/branches/java6/modules/luni/src/main/native/luni/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/luni/src/main/native/luni/unix/exports.txt?rev=745539&r1=745538&r2=745539&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/luni/src/main/native/luni/unix/exports.txt
(original)
+++ harmony/enhanced/classlib/branches/java6/modules/luni/src/main/native/luni/unix/exports.txt
Wed Feb 18 15:41:33 2009
@@ -149,6 +149,7 @@
Java_java_net_NetworkInterface_getMTUImpl
Java_java_net_NetworkInterface_getNetworkInterfacesImpl
Java_java_net_NetworkInterface_isUpImpl
+Java_java_net_NetworkInterface_isPoint2PointImpl
Java_java_net_NetworkInterface_supportMulticastImpl
Java_java_util_TimeZone_getCustomTimeZone
JNI_OnLoad
|