Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d4093711
Commit
d4093711
authored
Dec 01, 2014
by
Jan-Erik Rediger
Committed by
antirez
Dec 09, 2014
Browse files
Fix implicit declaration of ioctl on Solaris
parent
23b96c02
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/memtest.c
View file @
d4093711
...
@@ -35,6 +35,7 @@
...
@@ -35,6 +35,7 @@
#include <errno.h>
#include <errno.h>
#include <termios.h>
#include <termios.h>
#include <sys/ioctl.h>
#include <sys/ioctl.h>
#include <stropts.h>
#include "config.h"
#include "config.h"
#if (ULONG_MAX == 4294967295UL)
#if (ULONG_MAX == 4294967295UL)
...
...
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