From: Lawrence S. <ljs...@us...> - 2019-04-23 12:31:14
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via 5547ad7d626c6a67579944ef4268b81966a5a39d (commit) via d7a2620d1a223ec864fb27afbb8ccc8851d67017 (commit) from a449e93c615ba2d8c2abf9f4dcc485b6d7d1bfa3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5547ad7d626c6a67579944ef4268b81966a5a39d Merge: d7a2620 a449e93 Author: Lawrence Sebald <ljs...@us...> Date: Tue Apr 23 08:28:13 2019 -0400 Merge branch 'master' of ssh://git.code.sf.net/p/cadcdev/kallistios commit d7a2620d1a223ec864fb27afbb8ccc8851d67017 Author: Lawrence Sebald <ljs...@us...> Date: Tue Apr 23 08:27:18 2019 -0400 The __depr macro is in <kos/cdefs.h>, so we need that version here instead of <sys/cdefs.h>. ----------------------------------------------------------------------- Summary of changes: kernel/arch/dreamcast/include/dc/biosfont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/arch/dreamcast/include/dc/biosfont.h b/kernel/arch/dreamcast/include/dc/biosfont.h index 043fb09..65cb10c 100644 --- a/kernel/arch/dreamcast/include/dc/biosfont.h +++ b/kernel/arch/dreamcast/include/dc/biosfont.h @@ -22,7 +22,7 @@ #ifndef __DC_BIOSFONT_H #define __DC_BIOSFONT_H -#include <sys/cdefs.h> +#include <kos/cdefs.h> __BEGIN_DECLS #include <arch/types.h> hooks/post-receive -- A pseudo Operating System for the Dreamcast. |