#ifndef _UTIME_H
#define _UTIME_H

struct utimbuf
{
  long actime;
  long modtime;
};

#endif /* _UTIME_H */
