Remove libbsd support
This commit is contained in:
parent
46be9fd805
commit
6aa4b6de39
7 changed files with 87 additions and 46 deletions
|
@ -6,10 +6,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#ifdef __linux__
|
||||
# include <bsd/string.h>
|
||||
#else
|
||||
/* assume BSD */
|
||||
#ifdef BSD
|
||||
# include <string.h>
|
||||
#endif
|
||||
|
||||
|
@ -18,6 +15,7 @@
|
|||
|
||||
#include "lenvironment.h"
|
||||
#include "lcallisto.h"
|
||||
#include "util.h"
|
||||
|
||||
|
||||
/***
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue