freebsd-ports/biology/mapm3/files/patch-lib-iolib.c
Fernando Apesteguía 0add9fcff9 biology/mapm3: Reformat patches.
Make them compliant with the expected format.
2020-09-04 12:24:23 +00:00

11 lines
249 B
C

--- lib/iolib.c.orig 1993-02-09 16:35:24 UTC
+++ lib/iolib.c
@@ -299,7 +299,7 @@ int length;
}
-void fgetln(fp) /* ln is side-effected. */
+void fgetln_(fp) /* ln is side-effected. */
FILE *fp;
{
if (fp==stdin) { getln("? "); return; }