2007/5/22, Thorsten Glaser <[EMAIL PROTECTED]>:
> Waldemar Brodkorb dixit:
>
> >why I need to remove utime call in fileutils.
>
> Maybe because of this?
>
> UTIME(3)                   BSD Programmer's Manual                    UTIME(3)
>
> NAME
>      utime - set file times
>
> SYNOPSIS
>      #include <sys/types.h>
>      #include <utime.h>
>
>      int
>      utime(const char *file, const struct utimbuf *timep);
>
> DESCRIPTION
>      This interface is obsoleted by utimes(2).
> […]

Hi, can you send the man for utimes ? I'm on a Windows machine right
now.. Ruby has utime implemented in C but has two definition. You can
take a look here :
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v1_8_6/file.c?revision=12055&view=markup

It either includes utime.h or sys/utime.h. Does one of them match with
"utimes" ?

-- 
Cheers,
  zimbatm
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to