summaryrefslogtreecommitdiff
path: root/audio/mp3diags/patches/patch-aa
blob: aa8f9c7275bcff315fa037afc8859b8ccf0afd26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.1.1.1 2009/07/07 09:34:39 drochner Exp $

--- src/OsFile.cpp.orig	2009-06-22 15:53:58.000000000 +0200
+++ src/OsFile.cpp
@@ -69,7 +69,12 @@ public:
     //const char* m_szCurrentPath;
 
 #ifndef WIN32
+#ifdef Linux
     struct stat64 m_crtStat;
+#else
+    struct stat m_crtStat;
+#define lstat64 lstat
+#endif
 #endif
 
     //glob_t m_findData;