[BACK]Return to ioctl.c CVS log [TXT][DIR] Up to [local] / prex-old / usr / lib / posix / file

Diff for /prex-old/usr/lib/posix/file/ioctl.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:49 version 1.1.1.1.2.1, 2008/08/13 17:12:39
Line 64 
Line 64 
                  * poniter type arguent for ioctl(). So, we have to                   * poniter type arguent for ioctl(). So, we have to
                  * invoke the ioctl here if the target file is a device.                   * invoke the ioctl here if the target file is a device.
                  */                   */
                 err = device_ioctl(st.st_rdev, request, (u_long)argp);                  err = device_ioctl(st.st_rdev, request, argp);
                 if (err != 0) {                  if (err != 0) {
                         errno = err;                          errno = err;
                         return -1;                          return -1;

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb