Small global-var change to chgrp(1)
This commit is contained in:
6
chgrp.c
6
chgrp.c
@@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
static int gid;
|
static struct stat st;
|
||||||
static int ret = 0;
|
|
||||||
static int hflag = 0;
|
static int hflag = 0;
|
||||||
static int Rflag = 0;
|
static int Rflag = 0;
|
||||||
static struct stat st;
|
static gid_t gid = -1;
|
||||||
|
static int ret = 0;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
chgrp(const char *path, int depth)
|
chgrp(const char *path, int depth)
|
||||||
|
Reference in New Issue
Block a user