From 06313d583bbf083c26e4c543678006ab7b2720f1 Mon Sep 17 00:00:00 2001
From: Michael B. Trausch
Date: Wed, 8 Jul 2009 18:29:10 -0400
Subject: [PATCH] Add network ordering functions.
This commit adds the htonl, htons, ntohl, and ntohs functions to the
Posix namespace.
Signed-off-by: Michael B.
Hi Andrea,
On Wed, 2009-07-01 at 00:01 +0200, Andrea Del Signore wrote:
> while trying to compile vtg with the new 0.7.4 version I think that I
> spot a bug with plugin modules C code generation.
>
> Attached there are:
>
> 1) plugin.vala - a minimal test case
> 2) plugin.c - the generated wrong