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
f04ec18a
Commit
f04ec18a
authored
Dec 09, 2014
by
Salvatore Sanfilippo
Browse files
Merge pull request #2177 from badboy/solaris-ioctl-warn-fix
Fix implicit declaration of ioctl on Solaris
parents
87f1e27b
f3c1aac7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/memtest.c
View file @
f04ec18a
...
@@ -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