Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!mit-eddie!wuarchive!zaphod.mps.ohio-state.edu!mips!prls!gordon From: gordon@prls.UUCP (Gordon Vickers) Newsgroups: comp.sources.d Subject: Re: remove() and Unix (was Re: problems building abc) Message-ID: <50078@prls.UUCP> Date: 10 Jan 91 17:55:50 GMT References: <1991Jan01.211524.18484@kithrup.COM> <53567@eerie.acsu.Buffalo.EDU> <1991Jan08.140043.12986@ctr@italy.eu.net> Reply-To: gordon@prls.UUCP (Gordon Vickers) Organization: Philips Research Labs, Sunnyvale, California Lines: 12 >In article <53567@eerie.acsu.Buffalo.EDU> pjg@acsu.buffalo.edu (Paul Graham) writes: > >my os is supposed to posix compliant and i don't have remove(S). in >fact i've never seen remove(S). what section is 'S' and what >version(s) of unix have remove(S)? > From a recent article in this group that addressed this problem [the recently posted program 'mbase' (AKA dox) calls remove() ], it seems that the remove() call can be replaced by unlink() . -Gordon