Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
ef2aea27
Commit
ef2aea27
authored
Jan 09, 2013
by
Mark Andrews
Browse files
3456. [port] g++47: aft fails to compile. [RT #32012]
parent
6018bd95
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
ef2aea27
3456. [port] g++47: aft fails to compile. [RT #32012]
3455. [contrib] queryperf: fix getopt option list. [RT #32338]
3454. [port] sparc64: improve atomic support. [RT #25182]
...
...
unit/atf-src/atf-c++/detail/ui.cpp
View file @
ef2aea27
...
...
@@ -28,6 +28,8 @@
//
extern
"C"
{
#include
<unistd.h>
#include
<sys/ioctl.h>
#include
<termios.h>
...
...
unit/atf-src/atf-run/user.cpp
View file @
ef2aea27
...
...
@@ -28,6 +28,8 @@
//
extern
"C"
{
#include
<unistd.h>
#include
<sys/types.h>
#include
<pwd.h>
...
...
unit/atf-src/atf-sh/atf-check.cpp
View file @
ef2aea27
...
...
@@ -33,6 +33,7 @@ extern "C" {
#include
<limits.h>
#include
<signal.h>
#include
<unistd.h>
}
#include
<cerrno>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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