Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b65fcf05
Commit
b65fcf05
authored
Sep 30, 1999
by
Tom Tromey
Committed by
Tom Tromey
Sep 30, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* java/net/natPlainDatagramSocketImpl.cc: Indentation fix.
From-SVN: r29737
parent
87ff35c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
libjava/ChangeLog
+4
-0
libjava/java/net/natPlainDatagramSocketImpl.cc
+3
-3
No files found.
libjava/ChangeLog
View file @
b65fcf05
1999-09-30 Tom Tromey <tromey@cygnus.com>
* java/net/natPlainDatagramSocketImpl.cc: Indentation fix.
1999-09-29 Bryce McKinlay <bryce@albatross.co.nz>
1999-09-29 Bryce McKinlay <bryce@albatross.co.nz>
* README: New file.
* README: New file.
...
...
libjava/java/net/natPlainDatagramSocketImpl.cc
View file @
b65fcf05
...
@@ -98,7 +98,7 @@ java::net::PlainDatagramSocketImpl::create ()
...
@@ -98,7 +98,7 @@ java::net::PlainDatagramSocketImpl::create ()
void
void
java
::
net
::
PlainDatagramSocketImpl
::
bind
(
jint
lport
,
java
::
net
::
PlainDatagramSocketImpl
::
bind
(
jint
lport
,
java
::
net
::
InetAddress
*
host
)
java
::
net
::
InetAddress
*
host
)
{
{
// FIXME: prob. need to do a setsockopt with SO_BROADCAST to allow multicast.
// FIXME: prob. need to do a setsockopt with SO_BROADCAST to allow multicast.
union
SockAddr
u
;
union
SockAddr
u
;
...
@@ -317,7 +317,7 @@ java::net::PlainDatagramSocketImpl::getTimeToLive ()
...
@@ -317,7 +317,7 @@ java::net::PlainDatagramSocketImpl::getTimeToLive ()
void
void
java
::
net
::
PlainDatagramSocketImpl
::
mcastGrp
(
java
::
net
::
InetAddress
*
inetaddr
,
java
::
net
::
PlainDatagramSocketImpl
::
mcastGrp
(
java
::
net
::
InetAddress
*
inetaddr
,
jboolean
join
)
jboolean
join
)
{
{
union
McastReq
u
;
union
McastReq
u
;
jbyteArray
haddress
=
inetaddr
->
address
;
jbyteArray
haddress
=
inetaddr
->
address
;
...
@@ -367,7 +367,7 @@ java::net::PlainDatagramSocketImpl::mcastGrp (java::net::InetAddress *inetaddr,
...
@@ -367,7 +367,7 @@ java::net::PlainDatagramSocketImpl::mcastGrp (java::net::InetAddress *inetaddr,
void
void
java
::
net
::
PlainDatagramSocketImpl
::
setOption
(
jint
optID
,
java
::
net
::
PlainDatagramSocketImpl
::
setOption
(
jint
optID
,
java
::
lang
::
Object
*
value
)
java
::
lang
::
Object
*
value
)
{
{
int
val
;
int
val
;
socklen_t
val_len
=
sizeof
(
val
);
socklen_t
val_len
=
sizeof
(
val
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment