Path: utzoo!attcan!uunet!cs.utexas.edu!sdd.hp.com!ucsd!helios.ee.lbl.gov!nosc!cod!hall From: hall@cod.NOSC.MIL (Robert R. Hall) Newsgroups: comp.os.minix Subject: Re: LHARC file 1 of 1 Summary: compatible patch with the IBM/PC Message-ID: <1987@cod.NOSC.MIL> Date: 4 Jul 90 15:50:09 GMT References: <1990Jul4.013832.13947@jarvis.csri.toronto.edu> Organization: Naval Ocean Systems Center, San Diego Lines: 33 X-Local-Date: 4 Jul 90 08:50:09 PDT Although LHARC does compile using Minix PC compiler, the compiler produced lots of warning messages. By making the following changes I got rid of all the warnings. echo x - lharc.cdif sed '/^X/s///' > lharc.cdif << '/' X*** lharc.c.org Wed Jul 4 08:35:24 1990 X--- lharc.c Wed Jul 4 08:28:00 1990 X*************** X*** 16,18 **** X X- #include X #include X--- 16,17 ---- X*************** X*** 65,66 **** X--- 64,66 ---- X #include X+ #include X X*************** X*** 1710,1712 **** X if ( strlen(pager) != 0 ) X! ofp = popen(pager, WMODE); X else X--- 1710,1712 ---- X if ( strlen(pager) != 0 ) X! ofp = (FILE *) popen(pager, WMODE); X else /