From b0b24b11f8072fc854dbf6ee31be0feba93beba3 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Sun, 7 Feb 2016 12:59:57 +0100 Subject: lib: rename strmode() and setmode() On BSD they are part of the standard C library. Signed-off-by: Ruediger Meier --- lib/strutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/strutils.c') diff --git a/lib/strutils.c b/lib/strutils.c index ac59de8ee..ef81ebd74 100644 --- a/lib/strutils.c +++ b/lib/strutils.c @@ -425,7 +425,7 @@ void strtotimeval_or_err(const char *str, struct timeval *tv, const char *errmes * Converts stat->st_mode to ls(1)-like mode string. The size of "str" must * be 11 bytes. */ -void strmode(mode_t mode, char *str) +void xstrmode(mode_t mode, char *str) { unsigned short i = 0; -- cgit v1.2.3-55-g7522