Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F112082063
D18969.id53222.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
423 B
Referenced Files
None
Subscribers
None
D18969.id53222.diff
View Options
Index: lib/libc/tests/sys/sendfile_test.c
===================================================================
--- lib/libc/tests/sys/sendfile_test.c
+++ lib/libc/tests/sys/sendfile_test.c
@@ -114,7 +114,7 @@
error = getaddrinfo("localhost", serv, &hints, res);
ATF_REQUIRE_EQ_MSG(error, 0,
- "getaddrinfo failed: %s", gai_strerror(errno));
+ "getaddrinfo failed: %s", gai_strerror(error));
free(serv);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 13, 1:37 PM (18 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17136408
Default Alt Text
D18969.id53222.diff (423 B)
Attached To
Mode
D18969: Fix reporting errors with `gai_strerror(..)`
Attached
Detach File
Event Timeline
Log In to Comment