You forgot a semicolon after your union.
Michael On Wed, 26 Jun 2002, Shalendra Chhabra wrote: > Hi > I am writing a program to log communication to a file. > Soon I will be integrating openssl library routines in this. > But when i simply compile this program > gcc -I/usr/local/include -c logger.c > It gives me the following error: > > logger.c:18: parse error before `*' > logger.c:18: warning: data definition has no type or storage class > > I fail to understand why is this so?? > > Here is line 18: > > FILE *logfp; > > I am attaching the code: > Any help is appreciated > > Thanks > SHalendra > > > --------------------------------------------------------------------- > Linux- If you hate Microsoft > FreeBSD -If you love Unix > > > | / \ | Shalendra Chhabra // \\ > \_\\ //_/ LSV, ENS De Cachan _\\()//_ > .'/()\'. 215, Pavillion Jardins / // \\ \ > \\ // 61, Avenue Du President Wilson | \__/ | > Cachan Cedex, France > 33.01.47.40.28.46 > www.lsv.ens-cachan.fr > www.angelfire.com/linux/shalu > > How to Reach from Anywhere in Paris to Me: > > 1. Catch RER B in the direction of Robinson(B2) or Saint Remy(B4) > 2. Get down at the Bagneux Station (On the Map Below, Blue Line in Middle) > 3. As you come out of Bagneux Station, Walk on the road Adjacent to the > The Outcome of the station and keep walking straight, for 10 min > Welcome to ENS Cachan. Not all RERs stop at Bagneux so catch the right > one > Here is the Map of RER, Metro, Bus of Paris > http://www.citefutee.com/orienter/plans_gif.php > > -- /* BEGIN SIG * * "It might look like I'm doing nothing, but at the cellular level * I'm really quite busy." * ---anonymous * *----------------------------- * Michael Chang * [EMAIL PROTECTED] * http://www.syndetic.org/ */ ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
