diff options
-rw-r--r-- | daemon/.gitignore | 2 | ||||
-rw-r--r-- | daemon/m4/gnulib-cache.m4 | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/daemon/.gitignore b/daemon/.gitignore index a55d996e..d66fb9f0 100644 --- a/daemon/.gitignore +++ b/daemon/.gitignore @@ -81,6 +81,8 @@ m4/open.m4 m4/openat.m4 m4/pathmax.m4 m4/perror.m4 +m4/pread.m4 +m4/printf.m4 m4/priv-set.m4 m4/rawmemchr.m4 m4/readlink.m4 diff --git a/daemon/m4/gnulib-cache.m4 b/daemon/m4/gnulib-cache.m4 index 619b89b7..edb8a07b 100644 --- a/daemon/m4/gnulib-cache.m4 +++ b/daemon/m4/gnulib-cache.m4 @@ -29,6 +29,7 @@ gl_MODULES([ mkdtemp netdb openat + pread readlink select sleep |