Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/v7fs Remove some unnecessary duplicatioN



details:   https://anonhg.NetBSD.org/src/rev/a1e3090a129b
branches:  trunk
changeset: 826298:a1e3090a129b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Aug 27 06:18:16 2017 +0000

description:
Remove some unnecessary duplicatioN

diffstat:

 sys/fs/v7fs/v7fs_io_kern.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r b11bb60a186b -r a1e3090a129b sys/fs/v7fs/v7fs_io_kern.c
--- a/sys/fs/v7fs/v7fs_io_kern.c        Sun Aug 27 02:22:17 2017 +0000
+++ b/sys/fs/v7fs/v7fs_io_kern.c        Sun Aug 27 06:18:16 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: v7fs_io_kern.c,v 1.4 2017/06/01 02:45:13 chs Exp $     */
+/*     $NetBSD: v7fs_io_kern.c,v 1.5 2017/08/27 06:18:16 skrll Exp $   */
 
 /*-
  * Copyright (c) 2004, 2011 The NetBSD Foundation, Inc.
@@ -30,13 +30,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: v7fs_io_kern.c,v 1.4 2017/06/01 02:45:13 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: v7fs_io_kern.c,v 1.5 2017/08/27 06:18:16 skrll Exp $");
+
 #if defined _KERNEL_OPT
 #include "opt_v7fs.h"
 #endif
-#include <sys/cdefs.h>
-
-__KERNEL_RCSID(0, "$NetBSD: v7fs_io_kern.c,v 1.4 2017/06/01 02:45:13 chs Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>



Home | Main Index | Thread Index | Old Index