use macros to set/read options
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 15 Nov 1990 09:28:57 +0000 (01:28 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 15 Nov 1990 09:28:57 +0000 (01:28 -0800)
commit9f27273b9019eece6618cfc1fc1980451ad4fd8e
treee82e045b3484d6f3370cef9575d02401bab6021a
parent953f08852c886cd8dffcae7542e337d57bcdf7ce
use macros to set/read options
rename functions/fields to POSIX names
make comments consistently use capital letters
get rid of global variable stream and pass around current stream pointer
don't cast free to void
add FTS__NOINSTR flag, instead of using 0 as "no user instructions"
allow fts_children call for FTS_{D,DNR,DNX} instead of just FTS_D
change fts_build so that fts_children can read FTS_DNX directories
make fts_stat return FTS_NS on stat failure, not FTS_ERR
make fts_stat unset errno on FTS_{NS,SLNONE} conditions

SCCS-vsn: lib/libc/gen/fts.c 5.11
usr/src/lib/libc/gen/fts.c