Roxen.git/
server/
base_server/
fsgc.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2013-09-27
2013-09-27 11:36:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
60f1a332c569223be769508771c90c6a260dfd54 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
6233cd4311a5c7f17d5a0cc913b86ff663901ce4
FSGC: Fixed compatibility with Pike 7.8.
Fixes some of [bug
6572 (#6572)
].
318:
::create(max_age/file_interval_factor, 0, max_age);
-
monitor(root,
3
);
+
// Workaround for too strict type-check in Pike 7.8.
+
int flags = 3;
+
+
monitor(root,
flags
);
} void stable_data_change(string path, Stdio.Stat st)