[BACK]Return to utime.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/utime.c between version 1.9 and 1.10

version 1.9, 1999/09/16 11:45:06 version 1.10, 1999/09/20 04:39:06
Line 62  utime(path, times)
Line 62  utime(path, times)
         struct timeval tv[2], *tvp;          struct timeval tv[2], *tvp;
   
         _DIAGASSERT(path != NULL);          _DIAGASSERT(path != NULL);
 #ifdef _DIAGNOSTIC  
         if (path == NULL || *path == '\0') {  
                 errno = ENOENT;  
                 return (NULL);  
         }  
 #endif  
   
         if (times == (struct utimbuf *) NULL)          if (times == (struct utimbuf *) NULL)
                 tvp = NULL;                  tvp = NULL;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>