freebsd-ports/lang/lafontaine/files/patch-src_proc.c
Martin Wilke 0c2d9e22a0 - Pass maintainership to submitter
- Update to 0.4.1

PR:		ports/100927
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor)
2006-07-29 21:55:50 +00:00

11 lines
356 B
C

--- src/proc.c.bak Sun May 19 02:11:05 2002
+++ src/proc.c Thu Jul 27 22:45:32 2006
@@ -92,7 +92,7 @@
/*g_critical*/
printf("procedure \"%s\" contexts list not empty !\n",
PROC(myproc)->name);
- exit();
+ exit(0);
//g_slist_foreach(PROC(myproc)->contexts, context_free_from_list, NULL);
//g_slist_free(PROC(myproc)->contexts);
}