Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
$NetBSD: patch-aa,v 1.10 2005/09/06 08:10:57 abs Exp $
--- src/cdaudio.c.orig 2004-09-09 00:26:20.000000000 +0000
+++ src/cdaudio.c
@@ -121,8 +121,12 @@ cd_init_device(char *device_name)
#endif
#ifdef HAVE_GETMNTINFO
int mounts;
+#if (defined(__NetBSD__) && __NetBSD_Version__ >= 299000900) /* NetBSD 2.99.9 */
+ struct statvfs *mnt;
+#else
struct statfs *mnt;
#endif
+#endif
char devname[255];
struct stat st;
int len = 0;