xref: /freebsd/lib/libnetbsd/glob.h (revision 9a2036bd1db8cc528762c6356bbdfecc146b36c0)
16b0a2ac1SEnji Cooper /*-
2*9a2036bdSEnji Cooper  * Copyright (c) 2017 Dell, Inc.
36b0a2ac1SEnji Cooper  * All rights reserved.
46b0a2ac1SEnji Cooper  *
56b0a2ac1SEnji Cooper  * Redistribution and use in source and binary forms, with or without
6*9a2036bdSEnji Cooper  * modification, are permitted provided that the following conditions are met:
76b0a2ac1SEnji Cooper  *
8*9a2036bdSEnji Cooper  * 1. Redistributions of source code must retain the above copyright notice,
9*9a2036bdSEnji Cooper  * this list of conditions and the following disclaimer.
10*9a2036bdSEnji Cooper  *
11*9a2036bdSEnji Cooper  * 2. Redistributions in binary form must reproduce the above copyright notice,
12*9a2036bdSEnji Cooper  * this list of conditions and the following disclaimer in the documentation
13*9a2036bdSEnji Cooper  * and/or other materials provided with the distribution.
14*9a2036bdSEnji Cooper  *
15*9a2036bdSEnji Cooper  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
16*9a2036bdSEnji Cooper  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
176b0a2ac1SEnji Cooper  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18*9a2036bdSEnji Cooper  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
19*9a2036bdSEnji Cooper  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20*9a2036bdSEnji Cooper  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21*9a2036bdSEnji Cooper  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22*9a2036bdSEnji Cooper  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23*9a2036bdSEnji Cooper  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24*9a2036bdSEnji Cooper  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25*9a2036bdSEnji Cooper  * POSSIBILITY OF SUCH DAMAGE.
26*9a2036bdSEnji Cooper  *
27*9a2036bdSEnji Cooper  * $FreeBSD$
286b0a2ac1SEnji Cooper  */
296b0a2ac1SEnji Cooper 
306b0a2ac1SEnji Cooper #ifndef _LIBNETBSD_GLOB_H_
316b0a2ac1SEnji Cooper #define _LIBNETBSD_GLOB_H_
326b0a2ac1SEnji Cooper 
336b0a2ac1SEnji Cooper #include_next <glob.h>
346b0a2ac1SEnji Cooper 
356b0a2ac1SEnji Cooper #ifndef	__gl_stat_t
366b0a2ac1SEnji Cooper #define	__gl_stat_t struct stat
376b0a2ac1SEnji Cooper #endif
386b0a2ac1SEnji Cooper 
396b0a2ac1SEnji Cooper #endif /* _SHA1_H_ */
40