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