Deleted Added
full compact
ext2_mount.h (137321) ext2_mount.h (139778)
1/*
1/*-
2 * Copyright (c) 1982, 1986, 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)ufsmount.h 8.6 (Berkeley) 3/30/95
2 * Copyright (c) 1982, 1986, 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)ufsmount.h 8.6 (Berkeley) 3/30/95
30 * $FreeBSD: head/sys/gnu/fs/ext2fs/ext2_mount.h 137321 2004-11-06 18:24:33Z phk $
30 * $FreeBSD: head/sys/gnu/fs/ext2fs/ext2_mount.h 139778 2005-01-06 18:27:30Z imp $
31 */
32
33#ifndef _SYS_GNU_EXT2FS_EXT2_MOUNT_H_
34#define _SYS_GNU_EXT2FS_EXT2_MOUNT_H_
35
36#ifdef _KERNEL
37
38#ifdef MALLOC_DECLARE

--- 35 unchanged lines hidden ---
31 */
32
33#ifndef _SYS_GNU_EXT2FS_EXT2_MOUNT_H_
34#define _SYS_GNU_EXT2FS_EXT2_MOUNT_H_
35
36#ifdef _KERNEL
37
38#ifdef MALLOC_DECLARE

--- 35 unchanged lines hidden ---