mux 2006-02-10 23:06:36 UTC FreeBSD projects repository
Modified files: csup stream.c Log: Handle the fact that any of the O_RDONLY, O_WRONLY and O_RDWR flags may actually be defined to 0, thus prevent to test for their presence with a simple binary AND. Under FreeBSD, O_RDONLY is 0 so we were easily triggering this problem. Revision Changes Path 1.52 +5 -4 projects/csup/stream.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"