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
988f5b70
Commit
988f5b70
authored
Aug 21, 1999
by
Alexandre Oliva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change in_addr_t default to jint
From-SVN: r28796
parent
a3e174ea
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
libjava/acconfig.h
+1
-1
libjava/configure
+1
-1
libjava/configure.in
+1
-1
libjava/include/config.h.in
+1
-1
No files found.
libjava/acconfig.h
View file @
988f5b70
...
...
@@ -58,7 +58,7 @@
/* Define to `int' if `ssize_t' is not defined. */
#undef ssize_t
/* Define to `
struct in_addr
' if `in_addr_t' is not defined. */
/* Define to `
jint
' if `in_addr_t' is not defined. */
#undef in_addr_t
/* Define if inet6 structures are defined in netinet/in.h. */
...
...
libjava/configure
View file @
988f5b70
...
...
@@ -4497,7 +4497,7 @@ fi
echo
"
$ac_t
""
$ac_cv_type_in_addr_t
"
1>&6
if
test
$ac_cv_type_in_addr_t
=
no
;
then
cat
>>
confdefs.h
<<
\
EOF
#define in_addr_t
struct in_addr
#define in_addr_t
jint
EOF
fi
...
...
libjava/configure.in
View file @
988f5b70
...
...
@@ -547,7 +547,7 @@ dnl for now. If you change this, you also must update natFile.cc.
AC_CHECK_HEADERS(dirent.h)
AC_CHECK_TYPE([ssize_t], [int])
AC_CHECK_TYPE([in_addr_t], [
struct in_addr
])
AC_CHECK_TYPE([in_addr_t], [
jint
])
AC_MSG_CHECKING([whether struct sockaddr_in6 is in netinet/in.h])
AC_TRY_COMPILE([#include <netinet/in.h>], [struct sockaddr_in6 addr6;],
...
...
libjava/include/config.h.in
View file @
988f5b70
...
...
@@ -73,7 +73,7 @@
/* Define to `int' if `ssize_t' is not defined. */
#undef ssize_t
/* Define to `
struct in_addr
' if `in_addr_t' is not defined. */
/* Define to `
jint
' if `in_addr_t' is not defined. */
#undef in_addr_t
/* Define if inet6 structures are defined in netinet/in.h. */
...
...
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