[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH hurd] Fix build error for boot/boot.c
From: |
Flavio Cruz |
Subject: |
[PATCH hurd] Fix build error for boot/boot.c |
Date: |
Sat, 8 Apr 2023 00:21:41 -0400 |
---
boot/boot.c | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/boot/boot.c b/boot/boot.c
index 93dd9386..11970498 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -47,7 +47,6 @@
#include "device_reply_U.h"
#include "io_reply_U.h"
#include "term_S.h"
-#include "bootstrap_S.h"
/* #include "tioctl_S.h" */
#include "mach_S.h"
#include "mach_host_S.h"
@@ -926,18 +925,6 @@ unlock_readlock (void)
read_reply ();
}
-/*
- * Handle bootstrap requests.
- */
-kern_return_t
-do_bootstrap_privileged_ports(mach_port_t bootstrap,
- mach_port_t *hostp,
- mach_port_t *devicep)
-{
- *hostp = privileged_host_port;
- *devicep = pseudo_master_device_port;
- return KERN_SUCCESS;
-}
/* Implementation of device interface */
--
2.39.2
- [PATCH hurd] Fix build error for boot/boot.c,
Flavio Cruz <=