Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.questions Subject: Re: (Probably dumb) SysVR3 questions Message-ID: <6279@brl-smoke.ARPA> Date: Wed, 12-Aug-87 13:08:07 EDT Article-I.D.: brl-smok.6279 Posted: Wed Aug 12 13:08:07 1987 Date-Received: Sat, 15-Aug-87 00:45:01 EDT References: <2541@tekgvs.TEK.COM> <1237@hropus.UUCP> <25420@sun.uucp> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Distribution: na Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 9 In article <25420@sun.uucp> guy%gorodish@Sun.COM (Guy Harris) writes: >COFF, unfortunately, thinks file names are limited to 14 characters (I presume >this is the source of SGS's problem), but that's just a botch. You could stick >longer file names in the string table, and just have first 4 bytes of the >filename auxiliary entry be zero and the next 4 be a string table index. All "ar" utilities I know of, including 4.2BSD's, restrict member names to something like 14 or 16 characters. Thus the problem is not restricted to COFF filename entries.