<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi,<div><br></div><div>I have been reading the midterm project specification (ls) and looking at different file types that we need to handle in our program. The specification requires us to handle whiteout files. I googled it and found that "S_IFWHT" is defined in sys/stat.h of BSD systems and could be used to check whether a file is whiteout file or not. But I did not find this when I looked up the man page of "stat" in the linux lab machines. So it turns out that I cannot use it in my program as it is not defined. Does anyone one know any other way to check whether a file is a whiteout file?<span style="background-color: rgb(255, 255, 255); font-family: Courier, 'Courier New', monospace;">&nbsp;</span><span style="background-color: rgb(255, 255, 255); font-family: Courier, 'Courier New', monospace;"></span></div><div><br></div><div>Thanks,</div><div>Sadia</div><div>&nbsp;</div></body></html>