Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/ufs/lfs/ulfs_lookup.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ufs/lfs/ulfs_lookup.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.39.4.1 retrieving revision 1.40 diff -u -p -r1.39.4.1 -r1.40 --- src/sys/ufs/lfs/ulfs_lookup.c 2017/04/21 16:54:09 1.39.4.1 +++ src/sys/ufs/lfs/ulfs_lookup.c 2017/03/30 09:10:08 1.40 @@ -1,4 +1,4 @@ -/* $NetBSD: ulfs_lookup.c,v 1.39.4.1 2017/04/21 16:54:09 bouyer Exp $ */ +/* $NetBSD: ulfs_lookup.c,v 1.40 2017/03/30 09:10:08 hannken Exp $ */ /* from NetBSD: ufs_lookup.c,v 1.135 2015/07/11 11:04:48 mlelstv */ /* @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ulfs_lookup.c,v 1.39.4.1 2017/04/21 16:54:09 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ulfs_lookup.c,v 1.40 2017/03/30 09:10:08 hannken Exp $"); #ifdef _KERNEL_OPT #include "opt_lfs.h"