$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