xref: /freebsd/lib/libnetbsd/glob.h (revision 6b0a2ac186612568bfcd459666df30ad4c1e8aec)
1*6b0a2ac1SEnji Cooper /*	$FreeBSD$	*/
2*6b0a2ac1SEnji Cooper 
3*6b0a2ac1SEnji Cooper /*-
4*6b0a2ac1SEnji Cooper  * Copyright (c) 2012 SRI International
5*6b0a2ac1SEnji Cooper  * All rights reserved.
6*6b0a2ac1SEnji Cooper  *
7*6b0a2ac1SEnji Cooper  * This software was developed by SRI International and the University of
8*6b0a2ac1SEnji Cooper  * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
9*6b0a2ac1SEnji Cooper  * ("CTSRD"), as part of the DARPA CRASH research programme.
10*6b0a2ac1SEnji Cooper  *
11*6b0a2ac1SEnji Cooper  * Redistribution and use in source and binary forms, with or without
12*6b0a2ac1SEnji Cooper  * modification, are permitted provided that the following conditions
13*6b0a2ac1SEnji Cooper  * are met:
14*6b0a2ac1SEnji Cooper  * 1. Redistributions of source code must retain the above copyright
15*6b0a2ac1SEnji Cooper  *    notice, this list of conditions and the following disclaimer.
16*6b0a2ac1SEnji Cooper  * 2. Redistributions in binary form must reproduce the above copyright
17*6b0a2ac1SEnji Cooper  *    notice, this list of conditions and the following disclaimer in the
18*6b0a2ac1SEnji Cooper  *    documentation and/or other materials provided with the distribution.
19*6b0a2ac1SEnji Cooper  *
20*6b0a2ac1SEnji Cooper  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
21*6b0a2ac1SEnji Cooper  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22*6b0a2ac1SEnji Cooper  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23*6b0a2ac1SEnji Cooper  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
24*6b0a2ac1SEnji Cooper  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25*6b0a2ac1SEnji Cooper  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26*6b0a2ac1SEnji Cooper  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27*6b0a2ac1SEnji Cooper  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28*6b0a2ac1SEnji Cooper  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29*6b0a2ac1SEnji Cooper  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30*6b0a2ac1SEnji Cooper  * SUCH DAMAGE.
31*6b0a2ac1SEnji Cooper  */
32*6b0a2ac1SEnji Cooper 
33*6b0a2ac1SEnji Cooper #ifndef _LIBNETBSD_GLOB_H_
34*6b0a2ac1SEnji Cooper #define _LIBNETBSD_GLOB_H_
35*6b0a2ac1SEnji Cooper 
36*6b0a2ac1SEnji Cooper #include_next <glob.h>
37*6b0a2ac1SEnji Cooper 
38*6b0a2ac1SEnji Cooper #ifndef	__gl_stat_t
39*6b0a2ac1SEnji Cooper #define	__gl_stat_t struct stat
40*6b0a2ac1SEnji Cooper #endif
41*6b0a2ac1SEnji Cooper 
42*6b0a2ac1SEnji Cooper #endif /* _SHA1_H_ */
43