From 6427257fd734a2cad6523570db62d517efe45f44 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 14 Dec 1998 09:29:24 +0000 Subject: Include for ascii-xfer. Otherwise it doesn't recognize our superior BSDness. It also doesn't include code for line/character delays. Noticed by: Daniel O'Connor --- comms/minicom/files/patch-ba | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 comms/minicom/files/patch-ba (limited to 'comms/minicom') diff --git a/comms/minicom/files/patch-ba b/comms/minicom/files/patch-ba new file mode 100644 index 0000000..635df74 --- /dev/null +++ b/comms/minicom/files/patch-ba @@ -0,0 +1,13 @@ +--- ascii-xfr.c.orig Sun Mar 8 08:10:26 1998 ++++ ascii-xfr.c Sun Dec 13 21:55:16 1998 +@@ -14,6 +14,10 @@ + #include + #include + #include ++#if (defined(__unix__) || defined(unix)) && !defined(USG) ++#include /* get BSD definition if present */ ++#endif ++ + + /* + * Externals. -- cgit v1.1