[BACK]Return to t_paths.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / include

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

Diff for /src/tests/include/t_paths.c between version 1.16 and 1.17

version 1.16, 2015/05/07 06:23:23 version 1.17, 2019/02/03 03:19:28
Line 163  ATF_TC_BODY(paths, tc)
Line 163  ATF_TC_BODY(paths, tc)
                                              paths[i].path, errno);                                               paths[i].path, errno);
                                 }                                  }
   
                                   /* FALLTHROUGH */
                         case EBUSY:     /* FALLTHROUGH */                          case EBUSY:     /* FALLTHROUGH */
                         case ENXIO:     /* FALLTHROUGH */                          case ENXIO:     /* FALLTHROUGH */
                         case ENOENT:    /* FALLTHROUGH */                          case ENOENT:    /* FALLTHROUGH */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>