mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Code modernization: Convert from deprecated C standard library headers
This commit is contained in:
parent
823d80494b
commit
7c4fd382d9
104 changed files with 160 additions and 165 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "zeek/iosource/Manager.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
// These two files have to remain in the same order or FreeBSD builds
|
||||
// stop working.
|
||||
// clang-format off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue