From df8b16d7d55d97001ed71f629fc21511ec9f8d3b Mon Sep 17 00:00:00 2001 From: John Dennis Date: Tue, 14 Jul 2009 11:25:37 -0400 Subject: add path_utils filesystem path manipulation utility functions remove trace macro, not needed modifications to satisfy Stephen's checkin review correct spelling of PATH_UTILS_ERROR_NOT_FULLY_NORMALIZED add checks for truncation, return error add checks for getcwd errors modify (dst >= dst_end) test to be (dst > dst_end) remove all use of tabs remove all trailing whitespace add missing truncation check after strncpy() Fix path_utils.pc Also correct a minor typo. --- common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am index 42bd483a1..d3329c9b1 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = trace collection ini dhash +SUBDIRS = trace collection ini dhash path_utils if SINGLELIB # Build all components as a single shared library lib_LTLIBRARIES = libsssd_util.la -- cgit