Xref: utzoo comp.unix.xenix:1237 comp.mail.misc:730 Path: utzoo!mnetor!uunet!husc6!umix!honey From: honey@umix.cc.umich.edu (Peter Honeyman) Newsgroups: comp.unix.xenix,comp.mail.misc Subject: Re: pathalias under SCO Message-ID: <3366@umix.cc.umich.edu> Date: 26 Dec 87 20:31:01 GMT References: <116@slxsys.specialix.co.uk> Reply-To: honey@citi.umich.edu (Peter Honeyman) Organization: Center for Information Technology Integration, Univ of Michigan Lines: 14 UUCP-Path: {uunet,rutgers}!umix!honey In article <116@slxsys.specialix.co.uk> jpp@slxsys.UUCP (John Pettitt) writes: >The problem is that ptr != int. Table is declared > >extrn node **Table; > >Comparing this to 0 will not work in 286 Large model. > >If the 0 is changed to NULL - declared in stdio.h as ((char *) 0) >and disable the malloc stuff. It will work. according to the c reference manual, section 7.7, paragraph 2, your compiler is broken. peter