Deleted Added
full compact
coda.h (119832) coda.h (130585)
1/*
2 *
3 * Coda: an Experimental Distributed File System
4 * Release 3.1
5 *
6 * Copyright (c) 1987-1998 Carnegie Mellon University
7 * All Rights Reserved
8 *

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

22 * RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE OR OF
23 * ANY DERIVATIVE WORK.
24 *
25 * Carnegie Mellon encourages users of this software to return any
26 * improvements or extensions that they make, and to grant Carnegie
27 * Mellon the rights to redistribute these changes without encumbrance.
28 *
29 * @(#) src/sys/coda/coda.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
1/*
2 *
3 * Coda: an Experimental Distributed File System
4 * Release 3.1
5 *
6 * Copyright (c) 1987-1998 Carnegie Mellon University
7 * All Rights Reserved
8 *

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

22 * RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE OR OF
23 * ANY DERIVATIVE WORK.
24 *
25 * Carnegie Mellon encourages users of this software to return any
26 * improvements or extensions that they make, and to grant Carnegie
27 * Mellon the rights to redistribute these changes without encumbrance.
28 *
29 * @(#) src/sys/coda/coda.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
30 * $FreeBSD: head/sys/fs/coda/coda.h 119832 2003-09-07 07:43:10Z tjr $
30 * $FreeBSD: head/sys/fs/coda/coda.h 130585 2004-06-16 09:47:26Z phk $
31 *
32 */
33
34
35/*
36 *
37 * Based on cfs.h from Mach, but revamped for increased simplicity.
38 * Linux modifications by Peter Braam, Aug 1996

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

53#endif
54
55#if defined(DJGPP) || defined(__CYGWIN32__)
56#ifdef _KERNEL
57typedef unsigned long u_long;
58typedef unsigned int u_int;
59typedef unsigned short u_short;
60typedef u_long ino_t;
31 *
32 */
33
34
35/*
36 *
37 * Based on cfs.h from Mach, but revamped for increased simplicity.
38 * Linux modifications by Peter Braam, Aug 1996

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

53#endif
54
55#if defined(DJGPP) || defined(__CYGWIN32__)
56#ifdef _KERNEL
57typedef unsigned long u_long;
58typedef unsigned int u_int;
59typedef unsigned short u_short;
60typedef u_long ino_t;
61typedef u_long dev_t;
61typedef u_long struct cdev *;
62typedef void * caddr_t;
63#ifdef DOS
64typedef unsigned __int64 u_quad_t;
65#else
66typedef unsigned long long u_quad_t;
67#endif
68
69#define inline

--- 756 unchanged lines hidden ---
62typedef void * caddr_t;
63#ifdef DOS
64typedef unsigned __int64 u_quad_t;
65#else
66typedef unsigned long long u_quad_t;
67#endif
68
69#define inline

--- 756 unchanged lines hidden ---