cvs commit: projects/csup stream.c

Maxime Henrion mux at FreeBSD.org
Fri Feb 10 15:06:37 PST 2006


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


More information about the cvs-projects mailing list