Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   lukem
Date:           Mon Oct  4 04:02:28 UTC 2004

Modified Files:
        src/include: nsswitch.h
        src/lib/libc/net: nsdispatch.c

Log Message:
* Re-number NS_FORCEALL from 1<<7 to 1<<8, moving it out of the "public"
  bitrange for nsdispatch(3) return values.
* Tweak documentation comments in nsswitch.h
* Ensure the result from the back-end method is masked with
  NS_STATUSMASK before nsdispatch(3) returns it.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/include/nsswitch.h
cvs rdiff -r1.26 -r1.27 src/lib/libc/net/nsdispatch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index