File roswell-bae3724.patch of Package roswell

From bae37247f1aa2e87298f1f6fa872086cf3d58763 Mon Sep 17 00:00:00 2001
From: SZTK <144453663+Trichiurus-lepturus@users.noreply.github.com>
Date: Wed, 13 Aug 2025 03:03:03 +0800
Subject: [PATCH] Fix declaration-definition disagreement in src/cmd-run.h (see
 Issue #604) (#605)

* Fix declaration-definition disagreement in src/cmd-run.h (see Issue #604)

* Also fix the return type of register_runtime_options in src/cmd-run.h L27
---
 src/cmd-run.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd-run.h b/src/cmd-run.h
index a8b15081..ddd045a5 100644
--- a/src/cmd-run.h
+++ b/src/cmd-run.h
@@ -24,7 +24,7 @@ extern char** cmd_run_acl(int argc,char** argv,struct sub_command* cmd);
 extern char** cmd_run_lispworks(int argc,char** argv,struct sub_command* cmd);
 extern char** cmd_run_mkcl(int argc,char** argv,struct sub_command* cmd);
 extern char** cmd_run_npt(int argc,char** argv,struct sub_command* cmd);
-extern LVal register_runtime_options();
+extern struct proc_opt* register_runtime_options(struct proc_opt* cmd);
 int setup(char* target,char* env,char* impl);
 #define SETUP_SYSTEM(sys,msg) {\
     cond_printf(0,"%s",msg);   \
openSUSE Build Service is sponsored by