mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 00:32:28 +00:00
build.cc: fs.h doesn't appear to be necessary anymore
This commit is contained in:
parent
62d81aadba
commit
fe2be8f016
@ -52,7 +52,6 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <linux/fs.h>
|
||||
#define pivot_root(new_root, put_old) (syscall(SYS_pivot_root, new_root, put_old))
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user