Minor fixes.

* src/names.c: Include argp.h
* tests/testsuite.at (AT_XATTRS_UTILS_PREREQ)
(AT_SELINUX_UTILS_PREREQ,AT_ACLS_UTILS_PREREQ)
(AT_CAPABILITIES_UTILS_PREREQ)
(AT_XATTRS_PREREQ,AT_SELINUX_PREREQ)
(AT_ACLS_PREREQ): Use POSIX-compatible syntax for
mktemp.
* tests/incr08.at: Fix find usage.
This commit is contained in:
Sergey Poznyakoff
2013-10-05 23:27:20 +03:00
parent 3de5db2a15
commit 6d5cfeb757
3 changed files with 9 additions and 8 deletions

View File

@@ -22,6 +22,7 @@
#include <hash.h>
#include <quotearg.h>
#include <wordsplit.h>
#include <argp.h>
#include "common.h"