Bump date for new sysctl.
[netbsd-mini2440.git] / usr.sbin / mmcformat / defs.h
blobad1c4c1ecbc8cb8a53dd1eb2fd86c0fcf3d88d96
1 /* $NetBSD: defs.h,v 1.1 2008/05/14 16:49:48 reinoud Exp $ */
3 /*
4 * File "defs.h" is part of the UDFclient toolkit.
5 * File $Id: defs.h,v 1.2 2009/02/16 06:46:54 reinoud Exp $
7 * Copyright (c) 2003, 2004, 2005, 2006 Reinoud Zandijk <reinoud@netbsd.org>
8 * All rights reserved.
10 * The UDFclient toolkit is distributed under the Clarified Artistic Licence.
11 * A copy of the licence is included in the distribution as
12 * `LICENCE.clearified.artistic' and a copy of the licence can also be
13 * requested at the GNU foundantion's website.
15 * Visit the UDFclient toolkit homepage http://www.13thmonkey.org/udftoolkit/
17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 #ifndef _DEFS_H_
32 #define _DEFS_H_
34 #include <stdio.h>
35 #include <stdlib.h>
36 #include <dirent.h>
37 #include <sys/stat.h>
38 #include <sys/types.h>
39 #include <inttypes.h>
42 #endif /* _DEFS_H_ */