pkgsrc/comms/minicom/patches/patch-ag
tron c96fb69c1e Include "sys/param.h" in "ascii-xfr.c" to get the preprocessor "BSD"
so the that "ms_delay" function will work properly. Problem noted
by Jukka Marin on "tech-pkg@netbsd.org".
2000-08-24 18:53:05 +00:00

13 lines
316 B
Text

$NetBSD: patch-ag,v 1.1 2000/08/24 18:53:06 tron Exp $
--- ascii-xfr.c.orig Sun Mar 8 17:10:26 1998
+++ ascii-xfr.c Thu Aug 24 20:49:16 2000
@@ -8,6 +8,8 @@
* 08.03.98 added a patch from Bo Branten <bosse@ing.umu.se>
*/
+#include <sys/param.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>