]> Dogcows Code - chaz/tar/commitdiff
Bugfixes
authorSergey Poznyakoff <gray@gnu.org>
Fri, 11 Jul 2014 05:09:30 +0000 (08:09 +0300)
committerSergey Poznyakoff <gray@gnu.org>
Fri, 11 Jul 2014 05:09:30 +0000 (08:09 +0300)
* gnulib.modules: Add faccessat
* src/checkpoint.c: Include termios.h

gnulib.modules
src/checkpoint.c

index 3ba06b613f01e84640653844710b631cccb37d6b..47371ecdd40d8b36a6ebe7a7b57c651fe9b5954a 100644 (file)
@@ -31,6 +31,7 @@ error
 exclude
 extern-inline
 exitfail
+faccessat
 fchmodat
 fchownat
 fcntl-h
index 46f4702b5b1c6f67e89d6f9f421e7160fad3bedb..4bda0152733b6a7f5dcf7adff88abc6e70b8e0cd 100644 (file)
@@ -21,6 +21,7 @@
 #include "common.h"
 #include "wordsplit.h"
 #include <sys/ioctl.h>
+#include <termios.h>
 #include "fprintftime.h"
 
 enum checkpoint_opcode
This page took 0.024498 seconds and 4 git commands to generate.