summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-09 12:33:15 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-09 12:33:15 +0200
commitb0e130443ea0ecfd7ea84b558ae298f1f89ecbf3 (patch)
tree595e118e980a860e2e89b2f4fbafce4a81491979 /debian
parent67a09295447f16176256db37233235164a23c7fc (diff)
rm init_drop_setbuf.patch
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/init_drop_setbuf.patch12
-rw-r--r--debian/patches/series2
2 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/init_drop_setbuf.patch b/debian/patches/init_drop_setbuf.patch
deleted file mode 100644
index c4700266..00000000
--- a/debian/patches/init_drop_setbuf.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/init/init.c b/init/init.c
-index b7b40bd..e4535cb 100644
---- a/init/init.c
-+++ b/init/init.c
-@@ -565,7 +565,6 @@ main (int argc, char **argv, char **envp)
- stdin = mach_open_devstream (consdev, "r");
- if (stdout == NULL || stdin == NULL)
- crash_mach ();
-- setbuf (stdout, NULL);
-
- err = argz_create (envp, &startup_envz, &startup_envz_len);
- assert_perror (err);
diff --git a/debian/patches/series b/debian/patches/series
index b1195786..65769bfb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -42,5 +42,3 @@ xkb-compat.patch
xxx-fix-build.patch
mach-defpager-protected-payload.patch
#ext2fs-skip-unallocated-blocks.patch
-
-init_drop_setbuf.patch