svn commit: r311011 - stable/10/sys/sys

Konstantin Belousov kib at FreeBSD.org
Sun Jan 1 12:35:43 UTC 2017


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;


More information about the svn-src-all mailing list