mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Update some more namespaces (forgotten in the previous revision).
This commit is contained in:
parent
0d74f328ae
commit
809484cd89
1 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ typedef __uid_t uid_t;
|
|||
#define _UID_T_DECLARED
|
||||
#endif
|
||||
|
||||
#if !defined(_KERNEL) && !defined(_POSIX_SOURCE)
|
||||
#if !defined(_KERNEL) && __BSD_VISIBLE
|
||||
/*
|
||||
* XXX we need this for struct timespec. We get miscellaneous namespace
|
||||
* pollution with it.
|
||||
|
|
@ -95,7 +95,7 @@ typedef __uid_t uid_t;
|
|||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#ifdef _POSIX_SOURCE
|
||||
#ifndef __BSD_VISIBLE
|
||||
#include <sys/_timespec.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue