[BACK]Return to dm.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / dm

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

Diff for /src/games/dm/dm.c between version 1.28 and 1.29

version 1.28, 2009/08/12 05:51:59 version 1.29, 2009/08/27 00:22:28
Line 314  logfile(void)
Line 314  logfile(void)
                                 (void)fclose(lp);                                  (void)fclose(lp);
                                 return;                                  return;
                         }                          }
                         sleep((u_int)1);                          sleep(1);
                 }                  }
                 if (pw = getpwuid(uid = getuid()))                  if (pw = getpwuid(uid = getuid()))
                         fputs(pw->pw_name, lp);                          fputs(pw->pw_name, lp);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

CVSweb <webmaster@jp.NetBSD.org>