Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
clsync
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2014-12-24 14:40:47 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b491442ca27544e2ee01ff09e7fdd58008395cdf
b491442c
1 parent
e1512147
Fixed few "
https://github.com/xaionaro/clsync/issues/106
"
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
calc.h
privileged.c
calc.h
View file @
b491442
...
...
@@ -22,6 +22,8 @@
#ifdef HAVE_MHASH
#include <mhash.h>
#include "error.h"
static
inline
uint32_t
adler32_calc
(
const
unsigned
char
*
const
data
,
uint32_t
len
)
{
uint32_t
adler32
;
debug
(
70
,
"%p, %i -> mhash"
,
data
,
len
);
...
...
privileged.c
View file @
b491442
...
...
@@ -39,7 +39,7 @@
#endif
#include <unistd.h> // execvp()
#include <glib.h> // g_atomic_int_set()
#ifdef UNSHARE_SUPPORT
# include <sched.h> // unshare()
...
...
Please
register
or
login
to post a comment