jdk/src/java.base/share/native/libnet/net_util.c
changeset 33660 781823826ae0
parent 33301 9ee33abf5b4c
parent 33653 c1ee09fe3274
child 36115 0676e37a0b9c
--- a/jdk/src/java.base/share/native/libnet/net_util.c	Mon Oct 26 17:19:13 2015 -0700
+++ b/jdk/src/java.base/share/native/libnet/net_util.c	Fri Oct 30 00:02:35 2015 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
+ * 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
@@ -38,7 +38,7 @@
 }
 
 JNIEXPORT jint JNICALL
-JNI_OnLoad(JavaVM *vm, void *reserved)
+DEF_JNI_OnLoad(JavaVM *vm, void *reserved)
 {
     JNIEnv *env;
     jclass iCls;