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/fs/puffs/puffs_msgif.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/puffs/puffs_msgif.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.97 retrieving revision 1.97.2.1 diff -u -p -r1.97 -r1.97.2.1 --- src/sys/fs/puffs/puffs_msgif.c 2014/11/10 18:46:33 1.97 +++ src/sys/fs/puffs/puffs_msgif.c 2015/06/06 14:40:21 1.97.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: puffs_msgif.c,v 1.97 2014/11/10 18:46:33 maxv Exp $ */ +/* $NetBSD: puffs_msgif.c,v 1.97.2.1 2015/06/06 14:40:21 skrll Exp $ */ /* * Copyright (c) 2005, 2006, 2007 Antti Kantee. All Rights Reserved. @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.97 2014/11/10 18:46:33 maxv Exp $"); +__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.97.2.1 2015/06/06 14:40:21 skrll Exp $"); #include #include @@ -51,8 +51,6 @@ __KERNEL_RCSID(0, "$NetBSD: puffs_msgif. #include #include -#include /* XXX: for syncer_mutex reference */ - /* * waitq data structures */