summaryrefslogtreecommitdiffstats
path: root/dotlock.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2021-01-10 14:25:23 -0800
committerKevin McCarthy <kevin@8t8.us>2021-01-14 13:03:23 -0800
commit73ee27cbbf69c448c02ff5066002a35cdf0e39b2 (patch)
treefcff2ffa948d7b1a8125987b9320c52d89c080b1 /dotlock.c
parentd35bee807cd81f08a91a0a69e933ead2452cd65e (diff)
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.
Diffstat (limited to 'dotlock.c')
-rw-r--r--dotlock.c4
1 files changed, 0 insertions, 4 deletions
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