1*5bbb4db2SGarrett D'Amore /* 2*5bbb4db2SGarrett D'Amore * CDDL HEADER START 3*5bbb4db2SGarrett D'Amore * 4*5bbb4db2SGarrett D'Amore * The contents of this file are subject to the terms of the 5*5bbb4db2SGarrett D'Amore * Common Development and Distribution License (the "License"). 6*5bbb4db2SGarrett D'Amore * You may not use this file except in compliance with the License. 7*5bbb4db2SGarrett D'Amore * 8*5bbb4db2SGarrett D'Amore * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*5bbb4db2SGarrett D'Amore * or http://www.opensolaris.org/os/licensing. 10*5bbb4db2SGarrett D'Amore * See the License for the specific language governing permissions 11*5bbb4db2SGarrett D'Amore * and limitations under the License. 12*5bbb4db2SGarrett D'Amore * 13*5bbb4db2SGarrett D'Amore * When distributing Covered Code, include this CDDL HEADER in each 14*5bbb4db2SGarrett D'Amore * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*5bbb4db2SGarrett D'Amore * If applicable, add the following below this CDDL HEADER, with the 16*5bbb4db2SGarrett D'Amore * fields enclosed by brackets "[]" replaced with your own identifying 17*5bbb4db2SGarrett D'Amore * information: Portions Copyright [yyyy] [name of copyright owner] 18*5bbb4db2SGarrett D'Amore * 19*5bbb4db2SGarrett D'Amore * CDDL HEADER END 20*5bbb4db2SGarrett D'Amore */ 21*5bbb4db2SGarrett D'Amore /* 22*5bbb4db2SGarrett D'Amore * Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23*5bbb4db2SGarrett D'Amore * Use is subject to license terms. 24*5bbb4db2SGarrett D'Amore */ 25*5bbb4db2SGarrett D'Amore 26*5bbb4db2SGarrett D'Amore #ifndef _FCNTL_H 27*5bbb4db2SGarrett D'Amore #define _FCNTL_H 28*5bbb4db2SGarrett D'Amore 29*5bbb4db2SGarrett D'Amore #include <sys/fcntl.h> 30*5bbb4db2SGarrett D'Amore 31*5bbb4db2SGarrett D'Amore #endif /* _FCNTL_H */ 32