Commit f4390be4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Eliminate strlcpy() compat includery, it is not used.

parent dd0ca90e
......@@ -43,9 +43,6 @@
#include <string.h>
#include <unistd.h>
#ifndef HAVE_STRLCPY
#include "compat/strlcpy.h"
#endif
#ifndef HAVE_STRNDUP
#include "compat/strndup.h"
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment