witr@spooky.UUCP (Robert Withrow) (12/05/87)
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.