Bjoern Fischer wrote:
> Hello,
>
> recently while debugging a problem in wwwoffle-2.5b I realized,
> that stat(2) behaves at least extremely strange on 3.3-STABLE:
>
> This small example...
>
> #include
> #include
> #include
>
> int main(int argc, char *argv[]) {
>
> char
Hello,
recently while debugging a problem in wwwoffle-2.5b I realized,
that stat(2) behaves at least extremely strange on 3.3-STABLE:
This small example...
#include
#include
#include
int main(int argc, char *argv[]) {
char*fname = argv[0];
struct stat sb;
int
2 matches
Mail list logo