diff options
Diffstat (limited to 'boot/boot.c')
-rw-r--r-- | boot/boot.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/boot/boot.c b/boot/boot.c index 02af0688..dacf9650 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -54,18 +54,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> @@ -107,8 +95,6 @@ restore_termstate () typedef struct stat host_stat_t; #define host_exit exit -#endif /* UX */ - mach_port_t privileged_host_port, master_device_port; mach_port_t pseudo_master_device_port; mach_port_t receive_set; |