summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/patches/patch-ah
blob: c657e9eb265f2933055b98f650a02a996c6ad336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ah,v 1.4 2005/09/08 22:37:54 abs Exp $

--- getdisk.c.orig	2001-01-28 14:29:43.000000000 +0100
+++ getdisk.c	2004-04-26 21:56:58.000000000 +0200
@@ -94,6 +94,11 @@
 # define USTAT
 #endif
 
+#if defined(__NetBSD__) && (__NetBSD_Version__ >= 299000900)
+#undef	BSDSTATFS
+#define	SVR4
+#endif
+
 #if defined(SVR4)
 # define SVR3
 #endif