/* <fcntl.h>
 *
 *	Alternate name for <sys/file.h>.
 */
#ifndef _FCNTL_H
#define _FCNTL_H

#ifndef _SYS_FILE_H
#include <sys/file.h>
#endif

#endif	/*_FCNTL_H*/
