src/jdk.sctp/unix/native/libsctp/SctpNet.c
changeset 57826 bf4c808a4488
parent 47216 71c04702a3d5
--- a/src/jdk.sctp/unix/native/libsctp/SctpNet.c	Wed Aug 21 12:34:37 2019 -0700
+++ b/src/jdk.sctp/unix/native/libsctp/SctpNet.c	Wed Aug 21 13:49:16 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2019, 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
@@ -400,7 +400,7 @@
     int i, addrCount;
     jobjectArray isaa;
 
-#if __solaris__
+#if defined(__solaris__)
     if ((addrCount = nio_sctp_getpaddrs(fd, id, (void **)&addr_buf)) == -1) {
 #else /* __linux__ */
     if ((addrCount = nio_sctp_getpaddrs(fd, id, (struct sockaddr **)&addr_buf)) == -1) {