blob: 15d0a52965ad3cb79b927c9b283377ead9e9a7ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- fileio.cc Sun Feb 9 11:32:40 2025
+++ fileio.cc.1 Sun Feb 9 11:27:29 2025
@@ -421,6 +421,8 @@
if(errorstream::interrupt) throw interrupted();
}
+#if HAVE_LIBTIRPC
+
void igzxfile::open()
{
name=locatefile(inpath(name));
@@ -447,5 +449,6 @@
processData().ixfile.remove(index);
}
}
+#endif
} // namespace camp
|