diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-31 00:42:16 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-31 00:42:16 +0300 |
commit | f0e9e3ace94c82fab78ab1d4ee8c3042f3e94fdf (patch) | |
tree | 74fab38d3799598febc98aaabb0f5902d7dc5a0e /auto/shmem | |
parent | 61606835448554a7ee9a4431d732e1f2a9318376 (diff) | |
download | unit-f0e9e3ace94c82fab78ab1d4ee8c3042f3e94fdf.tar.gz unit-f0e9e3ace94c82fab78ab1d4ee8c3042f3e94fdf.tar.bz2 |
nginext has been renamed to unit.
Diffstat (limited to 'auto/shmem')
-rw-r--r-- | auto/shmem | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ nxt_feature_test="#include <sys/mman.h> #include <sys/types.h> int main() { - static char name[] = \"/nginext.configure\"; + static char name[] = \"/unit.configure\"; shm_unlink(name); @@ -49,7 +49,7 @@ nxt_feature_test="#include <linux/memfd.h> #include <sys/syscall.h> int main() { - static char name[] = \"/nginext.configure\"; + static char name[] = \"/unit.configure\"; int fd = syscall(SYS_memfd_create, name, MFD_CLOEXEC); if (fd == -1) |