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

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

Diff for /src/sbin/mount_nfs/mount_nfs.c between version 1.48 and 1.49

version 1.48, 2005/05/15 21:18:34 version 1.49, 2006/03/21 21:11:41
Line 318  mount_nfs(int argc, char *argv[])
Line 318  mount_nfs(int argc, char *argv[])
                 case 'o':                  case 'o':
                         mp = getmntopts(optarg, mopts, &mntflags, &altflags);                          mp = getmntopts(optarg, mopts, &mntflags, &altflags);
                         if (mp == NULL)                          if (mp == NULL)
                                 err(1, NULL);                                  err(1, "getmntopts");
                         if (altflags & ALTF_BG)                          if (altflags & ALTF_BG)
                                 opflags |= BGRND;                                  opflags |= BGRND;
                         if (altflags & ALTF_CONN)                          if (altflags & ALTF_CONN)

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb <webmaster@jp.NetBSD.org>