summaryrefslogtreecommitdiff
path: root/audio/xmms/patches/patch-aa
blob: ff94f0477114468fe65adc3a211e796820d15f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.8 2004/05/06 14:48:57 drochner Exp $

--- Input/cdaudio/cdaudio.c.orig	2004-05-06 17:52:36.000000000 +0200
+++ Input/cdaudio/cdaudio.c	2004-05-06 17:54:45.000000000 +0200
@@ -305,7 +305,11 @@
  	FILE *mounts;
  	struct mntent *mnt;
 #elif defined(HAVE_GETMNTINFO)
+#if (defined(__NetBSD__) && __NetBSD_Version__ >= 200040000) /* NetBSD 2.0D */
+	struct statvfs *fsp;
+#else
  	struct statfs *fsp;
+#endif
  	int entries;
 #endif