2000-05-18 00:41:30 -04:00
|
|
|
# $OpenBSD: patch-ascii-xfr-c,v 1.1 2000/05/18 04:41:32 form Exp $
|
|
|
|
|
1998-12-18 05:49:20 -05:00
|
|
|
--- 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.
|