diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-07-12 14:57:26 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-07-12 14:57:26 +0200 |
commit | 45bf9fcd0a8aff65f026d5e3d72bd869fc5b4bcf (patch) | |
tree | 3819dc4862ac90ed5748df82c73511fe60262c19 | |
parent | d58460f26f71d7b97cc612dbe2420f65e99ac1b7 (diff) |
drop part of patch
-rw-r--r-- | debian/patches/fix-remount0001-fix-set-name.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/fix-remount0001-fix-set-name.patch b/debian/patches/fix-remount0001-fix-set-name.patch index c4cd0d98..249baca9 100644 --- a/debian/patches/fix-remount0001-fix-set-name.patch +++ b/debian/patches/fix-remount0001-fix-set-name.patch @@ -74,18 +74,3 @@ index ee500d7..59270dd 100644 /* Create the initial thread. */ e.error = thread_create (newtask, &thread); -diff --git a/startup/startup.c b/startup/startup.c -index da78b13..e916768 100644 ---- a/startup/startup.c -+++ b/startup/startup.c -@@ -377,7 +377,6 @@ run (const char *server, mach_port_t *ports, task_t *task) - printf ("Pausing for %s\n", prog); - getchar (); - } -- task_set_name (*task, (char *) prog); - err = file_exec (file, *task, 0, - (char *)prog, strlen (prog) + 1, /* Args. */ - startup_envz, startup_envz_len, --- -2.1.4 - |