Hello,
Could someone with CVS write access (Bill?) commit the attached files
to 7.6/packaging/fink, so that fink users could try the new package
version?
Fink users, see <url:http://bertrand.gotpike.org/> for more
informations.
Thanx in advance.
--
Bertrand LUPART
Linkeo.com | http://www.linkeo.com
+33 1 72 71 71 84 | 17, rue de la Banque -
F75002 Paris
Hi,
Is this a bug:
With pike 7.7.5
> write("%d\n",Stdio.file_size("/etc"));
-2
With pike 7.7.23 (latest cvs)
> write("%d\n",Stdio.file_size("/etc/chilimoon"));
4096
Or did the api change?
Kind regards,
Marc