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
329cdba0
Commit
329cdba0
authored
May 21, 2010
by
antirez
Browse files
Merge branch 'solaris' of
git://github.com/pietern/redis
parents
7fc98533
4993adba
Changes
1
Hide whitespace changes
Inline
Side-by-side
sha1.c
View file @
329cdba0
...
@@ -24,6 +24,9 @@ A million repetitions of "a"
...
@@ -24,6 +24,9 @@ A million repetitions of "a"
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include <sys/types.h>
/* for u_int*_t */
#include <sys/types.h>
/* for u_int*_t */
#if defined(__sun)
#include "solarisfixes.h"
#endif
#include "sha1.h"
#include "sha1.h"
#ifndef BYTE_ORDER
#ifndef BYTE_ORDER
...
...
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