games-misc/bsd-games: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/20258
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2021-04-04 22:01:10 +02:00
committed by Conrad Kostecki
parent 60c9c515f0
commit dda04268ab

View File

@@ -1,16 +0,0 @@
http://bugs.gentoo.org/128348
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -35,5 +35,11 @@
#include_next <stdio.h>
#ifndef HAVE_fgetln
+#ifdef __cplusplus
+extern "C" {
+#endif
extern char *fgetln(FILE *stream, size_t *len);
+#ifdef __cplusplus
+}
+#endif
#endif