diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-09-27 19:09:42 +0200 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-09-27 19:09:42 +0200 |
| commit | 5cf8db6e5ec9e4edfec1a9b653d02c320c833ec3 (patch) | |
| tree | 8ff68ee0df90d01e1fd25773146faca2e6fad426 /debian/patches/random-fixes0002-libdiskfs-fflush-stdout-when-pausing.patch | |
| parent | 35bddcc8d68a040208b07dab416a90c4277d0f99 (diff) | |
drop old patch series
Diffstat (limited to 'debian/patches/random-fixes0002-libdiskfs-fflush-stdout-when-pausing.patch')
| -rw-r--r-- | debian/patches/random-fixes0002-libdiskfs-fflush-stdout-when-pausing.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/patches/random-fixes0002-libdiskfs-fflush-stdout-when-pausing.patch b/debian/patches/random-fixes0002-libdiskfs-fflush-stdout-when-pausing.patch deleted file mode 100644 index 623c38c0..00000000 --- a/debian/patches/random-fixes0002-libdiskfs-fflush-stdout-when-pausing.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 9e8cb4acfd8971f691b35657e1f63a903f638996 Mon Sep 17 00:00:00 2001 -From: Justus Winter <4winter@informatik.uni-hamburg.de> -Date: Sun, 27 Sep 2015 16:20:50 +0200 -Subject: [PATCH hurd 2/5] libdiskfs: fflush stdout when pausing - -* libdiskfs/boot-start.c (start_execserver): fflush stdout when pausing. ---- - libdiskfs/boot-start.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c -index 6b829f2..809e2c0 100644 ---- a/libdiskfs/boot-start.c -+++ b/libdiskfs/boot-start.c -@@ -645,6 +645,7 @@ start_execserver (void) - if (_diskfs_boot_pause) - { - printf ("pausing for exec\n"); -+ fflush (stdout); - getc (stdin); - } - err = task_resume (diskfs_exec_server_task); --- -2.1.4 - |
