
     NAME
          utime - set file access and modification times

     SYNTAX
          #include <sys/types.h>
          int utime (path, times)
          char *path;
          struct utimbuf *times;

     DESCRIPTION
          This service is not implemented on MPX.  The function does
          nothing.

     RETURN VALUE
          No value is returned.

          (printed 08/03/92 - J B Systems)

