mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
@@ -25,6 +25,8 @@
|
||||
#include "database/common.h"
|
||||
// MAX_ROTATIONS
|
||||
#include "files.h"
|
||||
//basename()
|
||||
#include <libgen.h>
|
||||
|
||||
#define MAXFILESIZE (50u*1024*1024)
|
||||
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
// PRIu64
|
||||
#include <inttypes.h>
|
||||
|
||||
//basename()
|
||||
#include <libgen.h>
|
||||
|
||||
// chmod_file() changes the file mode bits of a given file (relative
|
||||
// to the directory file descriptor) according to mode. mode is an
|
||||
// octal number representing the bit pattern for the new mode bits
|
||||
|
||||
Reference in New Issue
Block a user