Am Dienstag, den 22.02.2011, 11:23 -0700 schrieb Marc Jones:
This change breaks the default config build of libpayload. The problem is stdio.h and curses.h having FILE definitions. stdio.h include is commented out of curses.h, but adding it causes multiple definition issues. Do you have thoughts on the right way to fix this?
Updated patch attached.
Patrick
Georgi, Patrick wrote:
From 07607cbb537033da33ec4d33178a99c32b19a699 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Patrick.Georgi@secunet.com Date: Tue, 15 Feb 2011 15:46:48 +0100 Subject: [PATCH] libpayload: Move stdin/stdout/stderr away from headers
Otherwise they exist in several object files, confusing the linker
Signed-off-by: Patrick Georgi patrick.georgi@secunet.com
Acked-by: Peter Stuge peter@stuge.se