From 60e8013954e914fd145ad16fbec85624a487e329 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 29 Apr 2016 01:52:30 +0200 Subject: drop unused patch --- debian/patches/startup-avoid-broken-puts.patch | 27 -------------------------- 1 file changed, 27 deletions(-) delete mode 100644 debian/patches/startup-avoid-broken-puts.patch diff --git a/debian/patches/startup-avoid-broken-puts.patch b/debian/patches/startup-avoid-broken-puts.patch deleted file mode 100644 index 76aae649..00000000 --- a/debian/patches/startup-avoid-broken-puts.patch +++ /dev/null @@ -1,27 +0,0 @@ -From f5321a63efad6e031952e1821c00965a42036730 Mon Sep 17 00:00:00 2001 -From: Justus Winter <4winter@informatik.uni-hamburg.de> -Date: Sun, 12 Oct 2014 15:51:09 +0200 -Subject: [PATCH hurd] startup: avoid broken puts - ---- - startup/startup.c | 7 +++++++ - 1 file changed, 7 insertions(+) - -diff --git a/startup/startup.c b/startup/startup.c -index ff58270..e1f07a2 100644 ---- a/startup/startup.c -+++ b/startup/startup.c -@@ -1663,3 +1663,10 @@ S_fsys_forward (mach_port_t server, mach_port_t requestor, - { - return EOPNOTSUPP; - } -+ -+/* XXX: puts is broken, it doesn't print the newline. */ -+int -+puts (const char *s) -+{ -+ return printf ("%s%c", s, '\n') == 0? EOF: 1; -+} --- -2.1.1 - -- cgit v1.2.3