![]() |
|
|||
0001 /* 0002 You may distribute this file under either of the two licenses that 0003 follow at your discretion. 0004 */ 0005 0006 /* BLURB lgpl 0007 0008 Coda File System 0009 Release 5 0010 0011 Copyright (c) 1987-1999 Carnegie Mellon University 0012 Additional copyrights listed below 0013 0014 This code is distributed "AS IS" without warranty of any kind under 0015 the terms of the GNU Library General Public Licence Version 2, as 0016 shown in the file LICENSE, or under the license shown below. The 0017 technical and financial contributors to Coda are listed in the file 0018 CREDITS. 0019 0020 Additional copyrights 0021 */ 0022 0023 /* 0024 0025 Coda: an Experimental Distributed File System 0026 Release 4.0 0027 0028 Copyright (c) 1987-1999 Carnegie Mellon University 0029 All Rights Reserved 0030 0031 Permission to use, copy, modify and distribute this software and its 0032 documentation is hereby granted, provided that both the copyright 0033 notice and this permission notice appear in all copies of the 0034 software, derivative works or modified versions, and any portions 0035 thereof, and that both notices appear in supporting documentation, and 0036 that credit is given to Carnegie Mellon University in all documents 0037 and publicity pertaining to direct or indirect use of this code or its 0038 derivatives. 0039 0040 CODA IS AN EXPERIMENTAL SOFTWARE SYSTEM AND IS KNOWN TO HAVE BUGS, 0041 SOME OF WHICH MAY HAVE SERIOUS CONSEQUENCES. CARNEGIE MELLON ALLOWS 0042 FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION. CARNEGIE MELLON 0043 DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER 0044 RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE OR OF 0045 ANY DERIVATIVE WORK. 0046 0047 Carnegie Mellon encourages users of this software to return any 0048 improvements or extensions that they make, and to grant Carnegie 0049 Mellon the rights to redistribute these changes without encumbrance. 0050 */ 0051 0052 /* 0053 * 0054 * Based on cfs.h from Mach, but revamped for increased simplicity. 0055 * Linux modifications by 0056 * Peter Braam, Aug 1996 0057 */ 0058 #ifndef _CODA_HEADER_ 0059 #define _CODA_HEADER_ 0060 0061 typedef unsigned long long u_quad_t; 0062 0063 #include <uapi/linux/coda.h> 0064 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |