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

Diff for /src/sys/dev/Attic/verified_exec.c between versions 1.4 and 1.4.2.1

version 1.4, 2003/07/14 15:47:04 version 1.4.2.1, 2005/06/11 12:31:41
Line 212  verifiedexecioctl(dev_t dev, u_long cmd, Line 212  verifiedexecioctl(dev_t dev, u_long cmd,
                            * along with it's fingerprint in a list for                             * along with it's fingerprint in a list for
                            * exec to use later.                             * exec to use later.
                            */                             */
                         NDINIT(&nid, LOOKUP, FOLLOW, UIO_USERSPACE,                          NDINIT(&nid, LOOKUP, FOLLOW, UIO_SYSSPACE,
                                params->file, p);                                 params->file, p);
                         if ((error = vn_open(&nid, FREAD, 0)) != 0) {                          if ((error = vn_open(&nid, FREAD, 0)) != 0) {
                                 return(error);                                  return(error);

Removed from v.1.4  
changed lines
  Added in v.1.4.2.1


CVSweb <webmaster@jp.NetBSD.org>