Changeset 189


Ignore:
Timestamp:
May 19, 2003, 5:52:31 PM (22 years ago)
Author:
bird
Message:

#434: Declaration fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/emx/src/lib/io/ioctl.c

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r188 r189  
    1717
    1818
    19 int _STD(ioctl) (int handle, int request, ...)
     19int _STD(ioctl) (int handle, unsigned long request, ...)
    2020{
    2121  va_list va;
Note: See TracChangeset for help on using the changeset viewer.