From 73ee27cbbf69c448c02ff5066002a35cdf0e39b2 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 10 Jan 2021 14:25:23 -0800 Subject: Remove snprintf and vsnprintf configure checks. There was a period of time where C99 was standardized but some systems still didn't include a correctly working version of those two functions. But I think we are long past that point now. Remove the checks and replacement code. --- dotlock.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dotlock.c') diff --git a/dotlock.c b/dotlock.c index aa2c2b43..e2e03c50 100644 --- a/dotlock.c +++ b/dotlock.c @@ -79,10 +79,6 @@ # endif -# ifndef HAVE_SNPRINTF -extern int snprintf (char *, size_t, const char *, ...); -# endif - #else /* DL_STANDALONE */ # ifdef USE_SETGID -- cgit v1.2.3