Remove libbsd support

This commit is contained in:
Jeremy Baxter 2023-06-27 12:33:51 +12:00
parent 46be9fd805
commit 6aa4b6de39
7 changed files with 87 additions and 46 deletions

View file

@ -9,10 +9,7 @@
#include <unistd.h>
#include <libgen.h>
#include <errno.h>
#ifdef __linux__
# include <bsd/string.h>
#else
/* assume BSD */
#ifdef BSD
# include <string.h>
#endif