From 4009ba9b3e6942319987726a70aebd74bf5268a5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 26 Apr 1994 01:48:08 +0000 Subject: Formerly hurd_types.h.~88~ --- hurd/hurd_types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index f82d887f..2ba026d4 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -33,7 +33,11 @@ typedef mach_port_t addr_port_t; typedef mach_port_t startup_t; typedef mach_port_t proccoll_t; +/* XXX temp hack --roland */ +#include +#ifndef errno typedef kern_return_t error_t; +#endif /* These names exist only because of MiG deficiencies. You should not use them in C source; use the normal C types instead. */ -- cgit v1.2.3