Module Name: src Committed By: skrll Date: Sun Aug 27 06:18:16 UTC 2017
Modified Files: src/sys/fs/v7fs: v7fs_io_kern.c Log Message: Remove some unnecessary duplicatioN To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/fs/v7fs/v7fs_io_kern.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/fs/v7fs/v7fs_io_kern.c diff -u src/sys/fs/v7fs/v7fs_io_kern.c:1.4 src/sys/fs/v7fs/v7fs_io_kern.c:1.5 --- src/sys/fs/v7fs/v7fs_io_kern.c:1.4 Thu Jun 1 02:45:13 2017 +++ src/sys/fs/v7fs/v7fs_io_kern.c Sun Aug 27 06:18:16 2017 @@ -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>