summaryrefslogtreecommitdiffstats
path: root/cpukit/include/sys
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-08 07:52:18 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-08 08:15:17 +0200
commit71948f76fab69c9eb2993dcdcbf68f39301566ce (patch)
treeaee7d618dff9e17fbfae0811a8fba7141d61f0fc /cpukit/include/sys
parentMake the definition of struct kevent in event.h match what the man page for k... (diff)
downloadrtems-71948f76fab69c9eb2993dcdcbf68f39301566ce.tar.bz2
sys/event.h: Update version FreeBSD tag
Update #3472.
Diffstat (limited to 'cpukit/include/sys')
-rw-r--r--cpukit/include/sys/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/sys/event.h b/cpukit/include/sys/event.h
index 062190c341..c64db98b95 100644
--- a/cpukit/include/sys/event.h
+++ b/cpukit/include/sys/event.h
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: head/sys/sys/event.h 313704 2017-02-13 19:00:09Z ed $
+ * $FreeBSD: head/sys/sys/event.h 336457 2018-07-18 13:04:03Z dab $
*/
#ifndef _SYS_EVENT_H_