From: Philipp Matthias Hahn (pmhahn@titan.lahn.de)
Date: Tue Nov 19 2002 - 11:42:41 CET
moin Ralf und Co!
On Mon, Nov 18, 2002 at 11:29:54PM +0000, Ralf Springwald wrote:
> ich habe ein 3 Jahre altes C-Programm, welches sich unter Debian nicht
> compilieren lässt. Folgende Fehlereingrenzung:
"gcc -E test.c" ist dein Freund:
> #include <asm/system.h>
#include <linux/init.h>
#define __init __attribute__ ((__section__ (".text.init")))
> #include <asm/io.h>
> #include <stdlib.h>
struct drand48_data
{
unsigned short int __init; /* Flag for initializing. */
Welcome to disaster :-(
BYtE
Philipp
-- / / (_)__ __ ____ __ Philipp Hahn / /__/ / _ \/ // /\ \/ / /____/_/_//_/\_,_/ /_/\_\ pmhahn@titan.lahn.de
This archive was generated by hypermail 2.1.4 : Tue Nov 19 2002 - 11:42:55 CET