mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38: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
|
@ -6,15 +6,15 @@
|
|||
#include "zeek/zeek-config.h"
|
||||
|
||||
#include <broker/error.hh>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <netdb.h>
|
||||
#include <netinet/in.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/param.h>
|
||||
#include <unistd.h>
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <cerrno>
|
||||
#include <csignal>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "zeek/Base64.h"
|
||||
#include "zeek/Debug.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue