Deleted Added
full compact
mdioctl.h (139359) mdioctl.h (139825)
1/*
1/*-
2 * Copyright (c) 1988 University of Utah.
3 * Copyright (c) 1990, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * the Systems Programming Group of the University of Utah Computer
8 * Science Department.
9 *

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

32 * SUCH DAMAGE.
33 *
34 * from: Utah $Hdr: fdioctl.h 1.1 90/07/09$
35 *
36 * @(#)vnioctl.h 8.1 (Berkeley) 6/10/93
37 *
38 * From: src/sys/sys/vnioctl.h,v 1.4
39 *
2 * Copyright (c) 1988 University of Utah.
3 * Copyright (c) 1990, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * the Systems Programming Group of the University of Utah Computer
8 * Science Department.
9 *

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

32 * SUCH DAMAGE.
33 *
34 * from: Utah $Hdr: fdioctl.h 1.1 90/07/09$
35 *
36 * @(#)vnioctl.h 8.1 (Berkeley) 6/10/93
37 *
38 * From: src/sys/sys/vnioctl.h,v 1.4
39 *
40 * $FreeBSD: head/sys/sys/mdioctl.h 139359 2004-12-27 17:20:06Z pjd $
40 * $FreeBSD: head/sys/sys/mdioctl.h 139825 2005-01-07 02:29:27Z imp $
41 */
42
43#ifndef _SYS_MDIOCTL_H_
44#define _SYS_MDIOCTL_H_
45
46enum md_types {MD_MALLOC, MD_PRELOAD, MD_VNODE, MD_SWAP};
47
48/*

--- 44 unchanged lines hidden ---
41 */
42
43#ifndef _SYS_MDIOCTL_H_
44#define _SYS_MDIOCTL_H_
45
46enum md_types {MD_MALLOC, MD_PRELOAD, MD_VNODE, MD_SWAP};
47
48/*

--- 44 unchanged lines hidden ---