library: eliminate that warning of '-Wunused-variable'
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
4599117190
commit
7d8df62faa
@ -1069,7 +1069,7 @@ static char *readlink_exe (const char *path){
|
|||||||
|
|
||||||
// Provide the autogroup fields (or -1 if not available)
|
// Provide the autogroup fields (or -1 if not available)
|
||||||
static void autogroup_fill (const char *path, proc_t *p) {
|
static void autogroup_fill (const char *path, proc_t *p) {
|
||||||
char buf[PROCPATHLEN], *str;
|
char buf[PROCPATHLEN];
|
||||||
int fd, in;
|
int fd, in;
|
||||||
|
|
||||||
p->autogrp_id = -1;
|
p->autogrp_id = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user