mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Merge remote-tracking branch 'origin/master' into fastpath
This commit is contained in:
commit
063fd204cc
3 changed files with 6 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.0-849 | 2012-07-24 11:06:16 -0700
|
||||
|
||||
* Adding missing include needed on some systems. (Robin Sommer)
|
||||
|
||||
2.0-846 | 2012-07-23 16:36:37 -0700
|
||||
|
||||
* Fix WriterBackend::WriterInfo serialization, reenable ascii
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0-846
|
||||
2.0-849
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include <string>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "NetVar.h"
|
||||
#include "threading/SerialTypes.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue