#endif
#if __BSD_VISIBLE
#define S_ISWHT(m) (((m) & 0170000) == 0160000) /* whiteout */
#define S_ISSEEK(m) ((((m) & 0170000) != 0140000) && \
(((m) & 0170000) != 0010000)) /* seekable file */
return;
}
if (S_ISREG(sb.st_mode)) {
if (S_ISSEEK(sb.st_mode)) {
if (fseeko(stdin, skip, SEEK_SET))
err(1, "%s", fname);
address += skip;