Browse Source

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.
Ed Schouten 8 years ago
parent
commit
ebcd40f1b0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      amd64/bsd_asm.h
  2. 1 1
      ld80/s_exp2l.c

+ 1 - 1
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

+ 1 - 1
ld80/s_exp2l.c

@@ -30,7 +30,7 @@
 #include <float.h>
 #include <stdint.h>
 
-#include "bsd_cdefs.h"
+#include "cdefs-compat.h"
 #include "amd64/bsd_ieeefp.h"
 
 #include <openlibm_math.h>