blob: 752e10c795b8993d003a6227f66f7e0d979c1189 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.3 2004/12/10 06:13:03 markd Exp $
--- akode/lib/localfile.h.orig 2004-08-06 07:25:17.000000000 +1200
+++ akode/lib/localfile.h
@@ -63,6 +63,8 @@ public:
void fadvise();
+#undef fileno
+
int fileno() const;
};
|