Loading...
include/Makefile.inc Libc-583 Libc-763.12
--- Libc/Libc-583/include/Makefile.inc
+++ Libc/Libc-763.12/include/Makefile.inc
@@ -31,7 +31,6 @@
 		err.h \
 		errno.h \
 		fcntl.h \
-		float.h \
 		fmtmsg.h \
 		fnmatch.h \
 		fsproperties.h \
@@ -70,10 +69,10 @@
 		spawn.h \
 		stab.h \
 		standards.h \
-		stdarg.h \
 		stdbool.h \
 		stddef.h \
 		stdio.h \
+		stdint.h \
 		stdlib.h \
 		strhash.h \
 		string.h \
@@ -93,7 +92,6 @@
 		util.h \
 		utime.h \
 		utmpx.h \
-		varargs.h \
 		vis.h \
 		wchar.h \
 		wctype.h \
@@ -121,3 +119,8 @@
 .include "Makefile.nbsd_begin"
 NBSDHDRS = utmpx.h
 .include "Makefile.nbsd_end"
+
+.include "Makefile.fbsd_begin"
+FBSDHDRS= nl_types.h
+.include "Makefile.fbsd_end"
+