mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix osx compilation again, hopefully better this time.
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
#define USE_LIBSECCOMP
|
||||
#endif
|
||||
|
||||
struct sandbox_cfg_elem;
|
||||
|
||||
/** Typedef to structure used to manage a sandbox configuration. */
|
||||
typedef struct sandbox_cfg_elem sandbox_cfg_t;
|
||||
|
||||
/**
|
||||
* Linux definitions
|
||||
*/
|
||||
@@ -85,8 +90,6 @@ struct sandbox_cfg_elem {
|
||||
/** Next element of the configuration*/
|
||||
struct sandbox_cfg_elem *next;
|
||||
};
|
||||
/** Typedef to structure used to manage a sandbox configuration. */
|
||||
typedef struct sandbox_cfg_elem sandbox_cfg_t;
|
||||
|
||||
/**
|
||||
* Structure used for keeping a linked list of getaddrinfo pre-recorded
|
||||
|
||||
Reference in New Issue
Block a user