Project

General

Profile

Submit #3138 » chown.c.patch

thomas.barabosch, 06/14/2018 06:20 AM

View differences:

usr.sbin/chown/chown.c
} else
a_gid(*argv);
if ((ftsp = fts_open(++argv, fts_options, 0)) == NULL)
if ((ftsp = fts_open(++argv, fts_options, NULL)) == NULL)
err(1, NULL);
for (rval = 0; (p = fts_read(ftsp)) != NULL;) {
(1-1/2)