[torquedev] Fix build on FreeBSD.
Garrick Staples
garrick at clusterresources.com
Sun Oct 22 22:56:46 MDT 2006
On Sun, Oct 22, 2006 at 04:51:42PM +0200, Edward Tomasz Napierala alleged:
> Seems that resmom/freebsd5 was ommited when changing list_head
> to tlist_head. This patch fixes build on FreeBSD-6.
>
> --- src/resmom/freebsd5/mom_start.c.orig Sun Oct 22 16:42:38 2006
> +++ src/resmom/freebsd5/mom_start.c Sun Oct 22 16:42:15 2006
> @@ -103,7 +103,7 @@
>
> extern int exiting_tasks;
> extern char mom_host[];
> -extern list_head svr_alljobs;
> +extern tlist_head svr_alljobs;
> extern int termin_child;
>
> /* Private variables */
Thanks, checked it in.
More information about the torquedev
mailing list