mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +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
|
@ -1,8 +1,8 @@
|
|||
#include "zeek/threading/MsgThread.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <csignal>
|
||||
|
||||
#include "zeek/DebugLogger.h"
|
||||
#include "zeek/Desc.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue