9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 511696e3b06f464f65c0951f64ecd1e598ca864e
parent 23e4afe25408d5450173c76fca5a3d6f16dacdbd
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed,  6 Nov 2024 21:40:46 +0100

os9: Remove unneeded include

Diffstat:
Msrc/os9/syscall.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/os9/syscall.c b/src/os9/syscall.c @@ -3,9 +3,6 @@ #include <stdarg.h> #include <errno.h> -#include "version.h" - - static int validmode(int mode) {