xref: /xnu-10002.81.5/libsyscall/mach/err_us.sub (revision 5e3eaea39dcf651e66cb99ba7d70e32cc4a99587)
1*5e3eaea3SApple OSS Distributions/*
2*5e3eaea3SApple OSS Distributions * @OSF_COPYRIGHT@
3*5e3eaea3SApple OSS Distributions */
4*5e3eaea3SApple OSS Distributions
5*5e3eaea3SApple OSS Distributions/*
6*5e3eaea3SApple OSS Distributions * Mach Operating System
7*5e3eaea3SApple OSS Distributions * Copyright (c) 1991,1990,1989,1988,1987 Carnegie Mellon University
8*5e3eaea3SApple OSS Distributions * All Rights Reserved.
9*5e3eaea3SApple OSS Distributions *
10*5e3eaea3SApple OSS Distributions * Permission to use, copy, modify and distribute this software and its
11*5e3eaea3SApple OSS Distributions * documentation is hereby granted, provided that both the copyright
12*5e3eaea3SApple OSS Distributions * notice and this permission notice appear in all copies of the
13*5e3eaea3SApple OSS Distributions * software, derivative works or modified versions, and any portions
14*5e3eaea3SApple OSS Distributions * thereof, and that both notices appear in supporting documentation.
15*5e3eaea3SApple OSS Distributions *
16*5e3eaea3SApple OSS Distributions * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS
17*5e3eaea3SApple OSS Distributions * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
18*5e3eaea3SApple OSS Distributions * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
19*5e3eaea3SApple OSS Distributions *
20*5e3eaea3SApple OSS Distributions * Carnegie Mellon requests users of this software to return to
21*5e3eaea3SApple OSS Distributions *
22*5e3eaea3SApple OSS Distributions *  Software Distribution Coordinator  or  [email protected]
23*5e3eaea3SApple OSS Distributions *  School of Computer Science
24*5e3eaea3SApple OSS Distributions *  Carnegie Mellon University
25*5e3eaea3SApple OSS Distributions *  Pittsburgh PA 15213-3890
26*5e3eaea3SApple OSS Distributions *
27*5e3eaea3SApple OSS Distributions * any improvements or extensions that they make and grant Carnegie the
28*5e3eaea3SApple OSS Distributions * rights to redistribute these changes.
29*5e3eaea3SApple OSS Distributions */
30*5e3eaea3SApple OSS Distributions
31*5e3eaea3SApple OSS Distributions/*
32*5e3eaea3SApple OSS Distributions *	File:	err_us.sub
33*5e3eaea3SApple OSS Distributions *	Author:	Douglas Orr, Carnegie Mellon University
34*5e3eaea3SApple OSS Distributions *	Date:	Mar, 1988
35*5e3eaea3SApple OSS Distributions *
36*5e3eaea3SApple OSS Distributions *	A place to define User errors
37*5e3eaea3SApple OSS Distributions */
38*5e3eaea3SApple OSS Distributions
39*5e3eaea3SApple OSS Distributions
40*5e3eaea3SApple OSS Distributions/*	err_us subsystems      	*/
41*5e3eaea3SApple OSS Distributionsstatic const struct error_subsystem err_us_sub[] = {
42*5e3eaea3SApple OSS Distributions	{
43*5e3eaea3SApple OSS Distributions		NULL,
44*5e3eaea3SApple OSS Distributions	},
45*5e3eaea3SApple OSS Distributions};
46