[BACK]Return to t_swwdog.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / dev / sysmon

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

Diff for /src/tests/dev/sysmon/t_swwdog.c between version 1.3 and 1.4

version 1.3, 2010/10/24 13:11:41 version 1.4, 2010/10/24 13:16:12
Line 105  testbody(int max)
Line 105  testbody(int max)
                 if (rump_sys_ioctl(fd, WDOGIOC_SMODE, &wm) == -1)                  if (rump_sys_ioctl(fd, WDOGIOC_SMODE, &wm) == -1)
                         atf_tc_fail_errno("failed to set tickle");                          atf_tc_fail_errno("failed to set tickle");
   
                 usleep(500000);                  usleep(400000);
                 if (max == 1)                  if (max == 1)
                         rump_sys_ioctl(fd, WDOGIOC_TICKLE);                          rump_sys_ioctl(fd, WDOGIOC_TICKLE);
                 else {                  else {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>