diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-09-05 18:38:37 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-15 23:01:33 +0200 |
commit | 561d8884f50c599e54e261c6639e16d5bde70df3 (patch) | |
tree | e73d829aeb889f8ef38da9c54042c565c0b63a1e /proc | |
parent | 56ec51a012c76670d421fe9d3d3699278564cee5 (diff) |
proc: remove unused file exc-reply.defs
* proc/exc-reply.defs: Delete file.
Diffstat (limited to 'proc')
-rw-r--r-- | proc/exc-reply.defs | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/proc/exc-reply.defs b/proc/exc-reply.defs deleted file mode 100644 index 8a047233..00000000 --- a/proc/exc-reply.defs +++ /dev/null @@ -1,36 +0,0 @@ -/* This special version of exc.defs exists because the proc server - has to be able to do both halves of the exc interface separately. - Its interface is identical to <mach/exc.defs>. */ - -/* - * Mach Operating System - * Copyright (c) 1991,1990,1989,1988,1987 Carnegie Mellon University - * All Rights Reserved. - * - * Permission to use, copy, modify and distribute this software and its - * documentation is hereby granted, provided that both the copyright - * notice and this permission notice appear in all copies of the - * software, derivative works or modified versions, and any portions - * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR - * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * - * Carnegie Mellon requests users of this software to return to - * - * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU - * School of Computer Science - * Carnegie Mellon University - * Pittsburgh PA 15213-3890 - * - * any improvements or extensions that they make and grant Carnegie Mellon - * the rights to redistribute these changes. - */ - -subsystem exc 2400; - -#include <mach/std_types.defs> - -simpleroutine exception_raise (exception_port: mach_port_t; -
\ No newline at end of file |