mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5893045b22
superior BSDness. It also doesn't include code for line/character delays. Noticed by: Daniel O'Connor <doconnor@gsoft.com.au>
14 lines
317 B
Plaintext
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.
|