mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
Use USE_JAVA. Handle jikes properly. Dtrt wrt javadoc. PR: 36814 Submitted by: maintainer
10 lines
308 B
C
10 lines
308 B
C
--- session.c.orig Sat Apr 6 22:47:26 2002
|
|
+++ session.c Sat Apr 6 22:47:42 2002
|
|
@@ -347,6 +347,7 @@
|
|
|
|
/* Initiation of the INET socket */
|
|
|
|
+ bzero(&inet_addr.sin_zero, sizeof(inet_addr.sin_zero));
|
|
inet_addr.sin_family = AF_INET;
|
|
inet_addr.sin_port = htons(port);
|
|
Accept_inet_mbox_num = 0;
|