diff options
Diffstat (limited to 'lang/lafontaine/files/patch-exec.c')
-rw-r--r-- | lang/lafontaine/files/patch-exec.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/lafontaine/files/patch-exec.c b/lang/lafontaine/files/patch-exec.c new file mode 100644 index 000000000000..58b34ed07257 --- /dev/null +++ b/lang/lafontaine/files/patch-exec.c @@ -0,0 +1,10 @@ +--- src/exec.c.orig Sun Aug 15 19:57:08 2004 ++++ src/exec.c Sun Aug 15 19:57:55 2004 +@@ -108,6 +108,7 @@ + { 47031, 47031, 47031} //15 or + }; + ++void exec_execute_proc(struct s_proc *proc); + + /** + main execution function.<br> |