Changeset 2811 for trunk


Ignore:
Timestamp:
Sep 9, 2006, 4:26:53 AM (19 years ago)
Author:
bird
Message:

A tad to quick there... Fixes #122.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/kNIX/os2/b_ioFileOpen.c

    r2810 r2811  
    7474     * Validate input.
    7575     */
    76     if ((fOpen & O_ACCMODE) == O_ACCMODE)
     76    if ((fLibc & O_ACCMODE) == O_ACCMODE)
    7777        LIBCLOG_ERROR_RETURN_INT(-EINVAL);
    7878
Note: See TracChangeset for help on using the changeset viewer.