diff options
author | tron <tron@pkgsrc.org> | 2000-08-24 18:53:05 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-24 18:53:05 +0000 |
commit | c96fb69c1e31454c33dde699e8b4c8378d952ccf (patch) | |
tree | 6f757302ad3fa3990e413d367d48b87cd37760f6 /comms/minicom/patches/patch-ag | |
parent | d768c43c3c978ba27f0cdc84553459215aec9bf1 (diff) | |
download | pkgsrc-c96fb69c1e31454c33dde699e8b4c8378d952ccf.tar.gz |
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".
Diffstat (limited to 'comms/minicom/patches/patch-ag')
-rw-r--r-- | comms/minicom/patches/patch-ag | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/minicom/patches/patch-ag b/comms/minicom/patches/patch-ag new file mode 100644 index 00000000000..3a5aca85653 --- /dev/null +++ b/comms/minicom/patches/patch-ag @@ -0,0 +1,13 @@ +$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> |