From 0f9734f891b92a277a230ba81c1ec0c775208942 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 29 Oct 2012 13:16:02 +0100 Subject: test: Fix some warnings in inet Signed-off-by: Bernhard Reutner-Fischer --- test/inet/gethostid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/inet/gethostid.c') diff --git a/test/inet/gethostid.c b/test/inet/gethostid.c index 295166536..1b9af86b7 100644 --- a/test/inet/gethostid.c +++ b/test/inet/gethostid.c @@ -1,6 +1,6 @@ #include #include int main(void) { - printf("hostid=%d\n", gethostid()); + printf("hostid=%ld\n", gethostid()); return 0; } -- cgit v1.2.3