Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ufs/lfs missed one



details:   https://anonhg.NetBSD.org/src/rev/7c5034a2e47d
branches:  trunk
changeset: 345994:7c5034a2e47d
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jun 19 22:14:38 2016 +0000

description:
missed one
(probably this should be tracked in some way other than pasting rcsid
comments, but it's what we've got)

diffstat:

 sys/ufs/lfs/lfs_vnops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a5ce3faab9f6 -r 7c5034a2e47d sys/ufs/lfs/lfs_vnops.c
--- a/sys/ufs/lfs/lfs_vnops.c   Sun Jun 19 22:11:55 2016 +0000
+++ b/sys/ufs/lfs/lfs_vnops.c   Sun Jun 19 22:14:38 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs_vnops.c,v 1.294 2016/06/19 22:07:17 dholland Exp $ */
+/*     $NetBSD: lfs_vnops.c,v 1.295 2016/06/19 22:14:38 dholland Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2002, 2003 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
  *     @(#)lfs_vnops.c 8.13 (Berkeley) 6/10/95
  */
 
-/*  from NetBSD: ufs_vnops.c,v 1.213 2013/06/08 05:47:02 kardel Exp  */
+/*  from NetBSD: ufs_vnops.c,v 1.217 2013/08/11 04:36:17 dholland Exp  */
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -125,7 +125,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lfs_vnops.c,v 1.294 2016/06/19 22:07:17 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lfs_vnops.c,v 1.295 2016/06/19 22:14:38 dholland Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"



Home | Main Index | Thread Index | Old Index