Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
8c95595f
Commit
8c95595f
authored
Nov 09, 2004
by
Robert Ricci
Browse files
Add a new patch to fix a problem in which elvin was trying to use IPv6
on the loopback interface. Bump port revision.
parent
ef79aa94
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/ports/libelvin/Makefile
View file @
8c95595f
...
...
@@ -4,7 +4,7 @@
PORTNAME
=
libelvin
PORTVERSION
=
4.0.3
PORTREVISION
=
1
PORTREVISION
=
2
CATEGORIES
=
misc
MAINTAINER
=
ricci@cs.utah.edu
...
...
install/ports/libelvin/files/patch-tcp_transport.c
0 → 100644
View file @
8c95595f
---
src
/
lib
/
tcp_transport
.
c
.
orig
Mon
Nov
8
16
:
58
:
37
2004
+++
src
/
lib
/
tcp_transport
.
c
Mon
Nov
8
16
:
58
:
50
2004
@@
-
621
,
7
+
621
,
7
@@
/* Look up the host address */
memset
(
&
hint
,
0
,
sizeof
(
hint
));
-
hint
.
ai_family
=
AF_UNSPEC
;
+
hint
.
ai_family
=
PF_INET
;
hint
.
ai_socktype
=
SOCK_STREAM
;
sprintf
(
port
,
"%d"
,
context
->
port
);
Write
Preview
Supports
Markdown
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