From ebcd40f1b0378522b299bfec63e288df000b43d2 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sun, 15 May 2016 11:28:26 +0200 Subject: [PATCH] Update remaining references to bsd_cdefs.h to cdefs-compat.h. It looks like we didn't substitute the name of the bsd_cdefs.h header file in two source files when renaming it. --- amd64/bsd_asm.h | 2 +- ld80/s_exp2l.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amd64/bsd_asm.h b/amd64/bsd_asm.h index b9c815b..c29bbab 100644 --- a/amd64/bsd_asm.h +++ b/amd64/bsd_asm.h @@ -40,7 +40,7 @@ #include "../i387/osx_asm.h" #define CNAME(x) EXT(x) #else -#include "bsd_cdefs.h" +#include "cdefs-compat.h" #ifdef PIC #define PIC_PLT(x) x@PLT diff --git a/ld80/s_exp2l.c b/ld80/s_exp2l.c index 0cf5259..afa6cff 100644 --- a/ld80/s_exp2l.c +++ b/ld80/s_exp2l.c @@ -30,7 +30,7 @@ #include #include -#include "bsd_cdefs.h" +#include "cdefs-compat.h" #include "amd64/bsd_ieeefp.h" #include