From 408e818cbeaf32d3e5fddc6c6110b4caf06098d5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 3 May 2015 14:46:29 +0100 Subject: Update posix source version on monkey frontend to reflect oyr usage of scandir --- utils/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/utils.c') diff --git a/utils/utils.c b/utils/utils.c index 5c8acd6f0..0af9be508 100644 --- a/utils/utils.c +++ b/utils/utils.c @@ -356,7 +356,7 @@ char *strndup(const char *s, size_t n) #endif -/* Exported interface, documented in utils.c */ +/* Exported interface, documented in utils.h */ int dir_sort_alpha(const struct dirent **d1, const struct dirent **d2) { const char *s1 = (*d1)->d_name; -- cgit v1.2.3