From 22796cf36235a6794254431dd12831bad75f50bf Mon Sep 17 00:00:00 2001 From: dfffffff Date: Fri, 23 Sep 2016 11:59:04 -0400 Subject: [PATCH] fixed compile error --- Kernel/syscall_other.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/syscall_other.c b/Kernel/syscall_other.c index bc6f4214..92837930 100644 --- a/Kernel/syscall_other.c +++ b/Kernel/syscall_other.c @@ -28,6 +28,7 @@ arg_t _rename(void) { staticfast inoptr srci, srcp, dsti, dstp; char fname[FILENAME_LEN + 1]; + arg_t ret; srci = n_open(src, &srcp); /* Source must exist */ -- 2.34.1