1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/comms/minicom/files/patch-ba
David E. O'Brien 5893045b22 Include <sys/param.h> 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 <doconnor@gsoft.com.au>
1998-12-14 09:29:24 +00:00

14 lines
317 B
Plaintext

--- 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 <string.h>
#include <time.h>
#include <fcntl.h>
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h> /* get BSD definition if present */
+#endif
+
/*
* Externals.