Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2017 12:35:42 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r311011 - stable/10/sys/sys
Message-ID:  <201701011235.v01CZgsh082367@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sun Jan  1 12:35:41 2017
New Revision: 311011
URL: https://svnweb.freebsd.org/changeset/base/311011

Log:
  Remove stray blank line added due to mismerge.

Modified:
  stable/10/sys/sys/event.h

Modified: stable/10/sys/sys/event.h
==============================================================================
--- stable/10/sys/sys/event.h	Sun Jan  1 12:19:58 2017	(r311010)
+++ stable/10/sys/sys/event.h	Sun Jan  1 12:35:41 2017	(r311011)
@@ -229,7 +229,6 @@ struct knote {
 		struct		aioliojob *p_lio;	/* LIO job pointer */ 
 		sbintime_t	*p_nexttime;	/* next timer event fires at */
 		void		*p_v;		/* generic other pointer */
-
 	} kn_ptr;
 	struct			filterops *kn_fop;
 	void			*kn_hook;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701011235.v01CZgsh082367>