pkgsrc/comms/ifcico-cm/patches/patch-ab
tv 014bcb3645 Import ifcico 3.0 (cm alpha 4.0.1). A program for FidoNet transports on
UN*X - including both dialled connections and TCP connections.  Supports
everything from FTS-0001 through EMSI and ZedZap or Hydra.
1998-11-23 17:48:22 +00:00

12 lines
365 B
Text

$NetBSD: patch-ab,v 1.1.1.1 1998/11/23 17:48:23 tv Exp $
--- iflib/cspace.c.orig Sun Nov 22 16:25:33 1998
+++ iflib/cspace.c Sun Nov 22 16:25:46 1998
@@ -18,6 +18,7 @@
#elif defined(STATFS_IN_STATVFS_H)
#include <sys/statvfs.h>
#elif defined(STATFS_IN_MOUNT_H)
+#include <sys/param.h>
#include <sys/mount.h>
#else
#error No include for statfs() call defined