mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Moving the ASCII writer over to use UNIX I/O rather than stdio.
This commit is contained in:
parent
f6b883bafc
commit
e90918aa50
4 changed files with 24 additions and 24 deletions
|
@ -1292,7 +1292,6 @@ uint64 calculate_unique_id(size_t pool)
|
|||
|
||||
bool safe_write(int fd, const char* data, int len)
|
||||
{
|
||||
return true;
|
||||
while ( len > 0 )
|
||||
{
|
||||
int n = write(fd, data, len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue