summaryrefslogtreecommitdiff
path: root/boot/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/boot.c')
-rw-r--r--boot/boot.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/boot/boot.c b/boot/boot.c
index 19b28331..8f17d40b 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -61,18 +61,6 @@
#include <hurd/auth.h>
-#ifdef UX
-#undef STORE /* We can't use libstore when under UX. */
-#else
-#define STORE
-#endif
-
-#ifdef UX
-
-#include "ux.h"
-
-#else /* !UX */
-
#include <unistd.h>
#include <fcntl.h>
#include <signal.h>
@@ -128,8 +116,6 @@ host_exit (int status)
exit (status);
}
-#endif /* UX */
-
mach_port_t privileged_host_port, master_device_port;
mach_port_t pseudo_privileged_host_port;
mach_port_t pseudo_master_device_port;