Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 2017 01:50:17 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326650 - head/lib/libc/sys
Message-ID:  <201712070150.vB71oHkR032863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bjk (doc committer)
Date: Thu Dec  7 01:50:17 2017
New Revision: 326650
URL: https://svnweb.freebsd.org/changeset/base/326650

Log:
  Note that old sys/event.h required manual sys/types.h inclusion
  
  ed fixed this in r313704 but older versions are still affected.

Modified:
  head/lib/libc/sys/kqueue.2

Modified: head/lib/libc/sys/kqueue.2
==============================================================================
--- head/lib/libc/sys/kqueue.2	Thu Dec  7 01:49:35 2017	(r326649)
+++ head/lib/libc/sys/kqueue.2	Thu Dec  7 01:50:17 2017	(r326650)
@@ -782,8 +782,9 @@ The
 value is limited to 24 hours; longer timeouts will be silently
 reinterpreted as 24 hours.
 .Pp
-Previous versions of
+In versions older than 
+.Fx 12.0 ,
 .In sys/event.h
-fail to parse without including
+failed to parse without including
 .In sys/types.h
 manually.



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