diff options
author | Justus Winter <justus@gnupg.org> | 2016-04-26 16:04:35 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-04-26 16:04:35 +0200 |
commit | f9cff81c5a58fd88af1d6cbcc7ee1bd88c54482d (patch) | |
tree | 29e84a0c213cde555eee1a8dad54010fc679d085 /debian/patches/libdiskfs-fix0001-libdiskfs-improve-error-handling.patch | |
parent | c79e50576dceb7357a7f4baaa83d7285848602c6 (diff) |
drop old patch series
Diffstat (limited to 'debian/patches/libdiskfs-fix0001-libdiskfs-improve-error-handling.patch')
-rw-r--r-- | debian/patches/libdiskfs-fix0001-libdiskfs-improve-error-handling.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/debian/patches/libdiskfs-fix0001-libdiskfs-improve-error-handling.patch b/debian/patches/libdiskfs-fix0001-libdiskfs-improve-error-handling.patch deleted file mode 100644 index 4e435d53..00000000 --- a/debian/patches/libdiskfs-fix0001-libdiskfs-improve-error-handling.patch +++ /dev/null @@ -1,33 +0,0 @@ -From b12e298fd7b6fbfd45140d327d02dfc84ca9d0fc Mon Sep 17 00:00:00 2001 -From: Justus Winter <justus@gnupg.org> -Date: Tue, 19 Apr 2016 11:58:33 +0200 -Subject: [PATCH hurd] libdiskfs: improve error handling - -* libdiskfs/boot-start.c (diskfs_start_bootstrap): Improve error -handling. ---- - libdiskfs/boot-start.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c -index 60bf33d..0fb3e89 100644 ---- a/libdiskfs/boot-start.c -+++ b/libdiskfs/boot-start.c -@@ -291,12 +291,13 @@ diskfs_start_bootstrap () - /* Supply no intarray, since we have no info for it. - With none supplied, it will use the defaults. */ - NULL, 0, 0, 0, 0, 0); -+ if (err) -+ error (1, err, "Executing '%s'", exec_argv); - free (exec_argv); - free (exec_env); - mach_port_deallocate (mach_task_self (), root_pt); - mach_port_deallocate (mach_task_self (), startup_pt); - mach_port_deallocate (mach_task_self (), bootpt); -- assert_perror (err); - } - - /* We look like an execserver to the execserver itself; it makes this --- -2.1.4 - |