Roxen.git/
server/
modules/
filesystems/
filesystem.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-08-29
2001-08-29 15:20:53 by Peter Bortas <zino@lysator.liu.se>
76ba97eb626d08b0854c1c248ae427d37d180349 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
2.1
Fix for [bug
1462 (#1462)
]
Rev: server/modules/filesystems/filesystem.pike:1.92
7:
inherit "module"; inherit "socket";
-
constant cvs_version= "$Id: filesystem.pike,v 1.
91
2001/
01
/
02
22
:
25
:
50
grubba
Exp $";
+
constant cvs_version= "$Id: filesystem.pike,v 1.
92
2001/
08
/
29
15
:
20
:
53
peter
Exp $";
constant thread_safe=1; #include <module.h>
193:
#define FILTER_INTERNAL_FILE(f, id) \ (!id->misc->internal_get && sizeof (filter (internal_files, glob, (f/"/")[-1])))
-
local
mixed stat_file( string f, RequestID id )
+
mixed stat_file( string f, RequestID id )
{ Stat fs;