Home
last modified time | relevance | path

Searched refs:complained_lchown (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c742 static int complained_lchown = 0; in extractfile() local
830 if (lchown(rname, uid, gid) < 0 && !complained_lchown) { in extractfile()
839 complained_lchown = 1; in extractfile()