Searched refs:srcstat (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgtrans.c1210 struct stat srcstat; local
1304 if (stat(srcdir, &srcstat) != -1) {
1305 if (chmod(dstdir, (srcstat.st_mode & S_IAMB)) == -1) {

Completed in 23 milliseconds