mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 06:45:10 +00:00
Add mkdtempat() and mkostempsat() for systems without them.
This commit is contained in:
@@ -20,16 +20,20 @@
|
||||
#define PYTHON_IO_HELPERS
|
||||
|
||||
#include <config.h>
|
||||
#include "sudo_compat.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_STDBOOL_H
|
||||
# include <stdbool.h>
|
||||
#else
|
||||
# include "compat/stdbool.h"
|
||||
#endif /* HAVE_STDBOOL_H */
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <signal.h>
|
||||
#include <pwd.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "sudo_compat.h"
|
||||
|
||||
#define MAX_OUTPUT (2 << 16)
|
||||
|
||||
|
Reference in New Issue
Block a user