[BACK]Return to fstab.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/fstab.c between version 1.29.2.1 and 1.30

version 1.29.2.1, 2012/04/17 00:05:18 version 1.30, 2012/02/12 13:52:51
Line 96  fstabscan(void)
Line 96  fstabscan(void)
   
         (void)memset(&_fs_fstab, 0, sizeof(_fs_fstab));          (void)memset(&_fs_fstab, 0, sizeof(_fs_fstab));
         for (;;) {          for (;;) {
                 if (!(lp = fgets(line, (int)sizeof(line), _fs_fp)))                  if (!(lp = fgets(line, sizeof(line), _fs_fp)))
                         return 0;                          return 0;
                 _fs_lineno++;                  _fs_lineno++;
 /* OLD_STYLE_FSTAB */  /* OLD_STYLE_FSTAB */

Legend:
Removed from v.1.29.2.1  
changed lines
  Added in v.1.30

CVSweb <webmaster@jp.NetBSD.org>