1130391Sle/*-
2130391Sle * Copyright (c) 1997, 1998
3130391Sle *	Nan Yang Computer Services Limited.  All rights reserved.
4130391Sle *
5130391Sle *  This software is distributed under the so-called ``Berkeley
6130391Sle *  License'':
7130391Sle *
8130391Sle * Redistribution and use in source and binary forms, with or without
9130391Sle * modification, are permitted provided that the following conditions
10130391Sle * are met:
11130391Sle * 1. Redistributions of source code must retain the above copyright
12130391Sle *    notice, this list of conditions and the following disclaimer.
13130391Sle * 2. Redistributions in binary form must reproduce the above copyright
14130391Sle *    notice, this list of conditions and the following disclaimer in the
15130391Sle *    documentation and/or other materials provided with the distribution.
16130391Sle * 3. All advertising materials mentioning features or use of this software
17130391Sle *    must display the following acknowledgement:
18130391Sle *	This product includes software developed by Nan Yang Computer
19130391Sle *      Services Limited.
20130391Sle * 4. Neither the name of the Company nor the names of its contributors
21130391Sle *    may be used to endorse or promote products derived from this software
22130391Sle *    without specific prior written permission.
23130391Sle *
24130391Sle * This software is provided ``as is'', and any express or implied
25130391Sle * warranties, including, but not limited to, the implied warranties of
26130391Sle * merchantability and fitness for a particular purpose are disclaimed.
27130391Sle * In no event shall the company or contributors be liable for any
28130391Sle * direct, indirect, incidental, special, exemplary, or consequential
29130391Sle * damages (including, but not limited to, procurement of substitute
30130391Sle * goods or services; loss of use, data, or profits; or business
31130391Sle * interruption) however caused and on any theory of liability, whether
32130391Sle * in contract, strict liability, or tort (including negligence or
33130391Sle * otherwise) arising in any way out of the use of this software, even if
34130391Sle * advised of the possibility of such damage.
35130391Sle */
36130391Sle
37130391Sle/* $FreeBSD$ */
38130391Sle
39130391Sle#define GVINUMMOD	"geom_vinum"
40