mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Merge pull request #12964 from NixOS/mergify/bp/2.28-maintenance/pr-12959
Keep fchmodat2-compat.hh private (backport #12959)
This commit is contained in:
commit
467a1df842
3 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
include_dirs += include_directories('../..')
|
include_dirs += include_directories('../..')
|
||||||
|
|
||||||
headers += files(
|
headers += files(
|
||||||
'fchmodat2-compat.hh',
|
|
||||||
'personality.hh',
|
'personality.hh',
|
||||||
)
|
)
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
/* Includes required for chroot support. */
|
/* Includes required for chroot support. */
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
# include "nix/store/fchmodat2-compat.hh"
|
# include "linux/fchmodat2-compat.hh"
|
||||||
# include <sys/ioctl.h>
|
# include <sys/ioctl.h>
|
||||||
# include <net/if.h>
|
# include <net/if.h>
|
||||||
# include <netinet/ip.h>
|
# include <netinet/ip.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue