Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!spooky!witr From: witr@spooky.UUCP (Robert Withrow) Newsgroups: news.software.b Subject: Munged funcs.c in patch 14 Message-ID: <121@spooky.UUCP> Date: Sat, 5-Dec-87 14:22:39 EST Article-I.D.: spooky.121 Posted: Sat Dec 5 14:22:39 1987 Date-Received: Thu, 10-Dec-87 06:36:33 EST Organization: RW Withrow Assoc, Swampscott, MA Lines: 27 Keywords: News patch14 funcs.c bug Unless I misunderstand the meaning of the MKDIRSUB (as documented in the comment where it is defined in defs.(h,dist)) the folowing patch should be applied in funcs.c. The comment states that MKDIRSUB should be defined if your system implements mkdir as a system call. If that is the case then the conditional in funcs.c must be changed as follows. Conversly, if MKDIRSUB should be defined only if your system DOES NOT have mkdir as a system call, then perhaps the comment in defs.(h,dist) should be changed... Comments developers? *** funcs.c.orig Sat Dec 5 13:31:17 1987 --- funcs.c Sat Dec 5 13:31:21 1987 *************** *** 522,524 ! #ifdef MKDIRSUB /* --- 522,524 ----- ! #ifndef MKDIRSUB /* -- Robert Withrow, R.W. Withrow Assoc., 27 Greenwood Ter., Swampscott, MA 01907 witr@spooky.UUCP (uunet!spooky!witr), (Work) +1 617 593 8452.