mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
Cleanup from vodz
This commit is contained in:
parent
2a46634617
commit
91b84603d3
2
chown.c
2
chown.c
@ -36,7 +36,7 @@
|
|||||||
static long uid;
|
static long uid;
|
||||||
static long gid;
|
static long gid;
|
||||||
|
|
||||||
static int (*chown_func)() = chown;
|
static int (*chown_func)(const char *, __uid_t, __gid_t) = chown;
|
||||||
|
|
||||||
static int fileAction(const char *fileName, struct stat *statbuf, void* junk)
|
static int fileAction(const char *fileName, struct stat *statbuf, void* junk)
|
||||||
{
|
{
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
static long uid;
|
static long uid;
|
||||||
static long gid;
|
static long gid;
|
||||||
|
|
||||||
static int (*chown_func)() = chown;
|
static int (*chown_func)(const char *, __uid_t, __gid_t) = chown;
|
||||||
|
|
||||||
static int fileAction(const char *fileName, struct stat *statbuf, void* junk)
|
static int fileAction(const char *fileName, struct stat *statbuf, void* junk)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user