diff options
-rw-r--r-- | debian/patches/0001-libdiskfs-fix-servers-exec-lookup.patch | 27 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 28 deletions
diff --git a/debian/patches/0001-libdiskfs-fix-servers-exec-lookup.patch b/debian/patches/0001-libdiskfs-fix-servers-exec-lookup.patch deleted file mode 100644 index 0e9e9d2f..00000000 --- a/debian/patches/0001-libdiskfs-fix-servers-exec-lookup.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 626ff916ca63334e6c170f059ea47f9cfea19661 Mon Sep 17 00:00:00 2001 -From: Justus Winter <4winter@informatik.uni-hamburg.de> -Date: Tue, 2 Sep 2014 22:19:54 +0200 -Subject: [PATCH 1/8] libdiskfs: fix /servers/exec lookup - -* libdiskfs/boot-start.c (diskfs_start_bootstrap): Pass retry_name to -dir_lookup, which is later checked to be the empty string. ---- - libdiskfs/boot-start.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c -index 4cc7bb8..a590975 100644 ---- a/libdiskfs/boot-start.c -+++ b/libdiskfs/boot-start.c -@@ -178,7 +178,7 @@ diskfs_start_bootstrap () - /* Attempt to set the active translator for the exec server so that - filesystems other than the bootstrap can find it. */ - err = dir_lookup (root_pt, _SERVERS_EXEC, O_NOTRANS, 0, -- &retry, pathbuf, &execnode); -+ &retry, retry_name, &execnode); - if (err) - { - error (0, err, "cannot set translator on %s", _SERVERS_EXEC); --- -2.1.0 - diff --git a/debian/patches/series b/debian/patches/series index 320d4036..989e5bfb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ -0001-libdiskfs-fix-servers-exec-lookup.patch 0002-Add-proc_set_init_task-make-runsystem-pid-1.patch 0003-startup-rename-hurd-init-to-hurd-startup.patch 0004-init-add-a-minimalist-init-program.patch |