cvs commit: projects/csup stream.c

Maxime Henrion <[email protected]> Fri, 10 Feb 2006 23:06:36 +0000 (UTC)
Newsgroups gmane.os.freebsd.devel.cvs.projects
Message-ID <200602102306.k1AN6bYx054518__19278.2433856793$1139613099$gmane$org@repoman.freebsd.org>
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"