diff options
-rw-r--r-- | i386/Makefrag.am | 1 | ||||
-rw-r--r-- | i386/include/mach/i386/rpc.h | 9 | ||||
-rw-r--r-- | include/mach/rpc.h | 1 |
3 files changed, 0 insertions, 11 deletions
diff --git a/i386/Makefrag.am b/i386/Makefrag.am index 76aa538..160ae17 100644 --- a/i386/Makefrag.am +++ b/i386/Makefrag.am @@ -229,7 +229,6 @@ include_mach_i386_HEADERS = \ i386/include/mach/i386/mach_i386_types.h \ i386/include/mach/i386/machine_types.defs \ i386/include/mach/i386/multiboot.h \ - i386/include/mach/i386/rpc.h \ i386/include/mach/i386/syscall_sw.h \ i386/include/mach/i386/thread_status.h \ i386/include/mach/i386/trap.h \ diff --git a/i386/include/mach/i386/rpc.h b/i386/include/mach/i386/rpc.h deleted file mode 100644 index 71d31fb..0000000 --- a/i386/include/mach/i386/rpc.h +++ /dev/null @@ -1,9 +0,0 @@ - -struct rpc_csig_action -{ -}; - -struct rpc_csig_entry -{ -}; - diff --git a/include/mach/rpc.h b/include/mach/rpc.h index d3098f8..36eb592 100644 --- a/include/mach/rpc.h +++ b/include/mach/rpc.h @@ -21,7 +21,6 @@ #include <mach/kern_return.h> #include <mach/message.h> -#include <mach/machine/rpc.h> /* * Description of a port passed up by the leaky-register RPC path |