aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat-bsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat-bsd.c')
-rw-r--r--compat-bsd.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/compat-bsd.c b/compat-bsd.c
index d8acf40b..43c716ca 100644
--- a/compat-bsd.c
+++ b/compat-bsd.c
@@ -21,16 +21,4 @@
* THE SOFTWARE.
*/
-#include <sys/types.h>
-#include <string.h>
-
-#include "lib.h"
-#include "allocate.h"
-#include "token.h"
-
-#include "compat/mmap-blob.c"
-
-long double string_to_ld(const char *nptr, char **endptr)
-{
- return strtod(nptr, endptr);
-}
+#include "compat-linux.c"