Xref: utzoo comp.unix.wizards:24143 comp.unix.internals:2079 Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!nic.csu.net!csun!kithrup!sef From: sef@kithrup.COM (Sean Eric Fagan) Newsgroups: comp.unix.wizards,comp.unix.internals Subject: Re: Slashes in file names Message-ID: <1991Feb14.091853.19090@kithrup.COM> Date: 14 Feb 91 09:18:53 GMT References: <1991Feb14.070512.24190@athena.mit.edu> Organization: Kithrup Enterprises, Ltd. Lines: 14 In article <1991Feb14.070512.24190@athena.mit.edu> scs@adam.mit.edu writes: >If the protocol doesn't include an error return of "I can't >create a file of that name" (not surprising; doesn't >define that specific error either, although it probably should), It does. BSD has been using EINVAL to indicate an illegal filename (8-bit set in one or more of the characters), I believe. Thus, I think that's the error that should have been used, if possible. -- Sean Eric Fagan | "I made the universe, but please don't blame me for it; sef@kithrup.COM | I had a bellyache at the time." -----------------+ -- The Turtle (Stephen King, _It_) Any opinions expressed are my own, and generally unpopular with others.