< prev index next >

src/java.base/share/native/libnet/net_util.c

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 36,46 **** { return IPv6_available ; } JNIEXPORT jint JNICALL ! JNI_OnLoad(JavaVM *vm, void *reserved) { JNIEnv *env; jclass iCls; jmethodID mid; jstring s; --- 36,46 ---- { return IPv6_available ; } JNIEXPORT jint JNICALL ! DEF_JNI_OnLoad(JavaVM *vm, void *reserved) { JNIEnv *env; jclass iCls; jmethodID mid; jstring s;
< prev index next >