Changeset 1127e68 in buchla-68k for libcio


Ignore:
Timestamp:
07/08/2017 01:26:09 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
abd4109
Parents:
ab83141
Message:

Minor function mixup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/open.c

    rab83141 r1127e68  
    214214int mode;
    215215{
    216         return(creat(name, O_WRONLY|O_TRUNC|O_CREAT|O_RAW, mode));
     216        return(open(name, O_WRONLY|O_TRUNC|O_CREAT|O_RAW, mode));
    217217}
    218218
Note: See TracChangeset for help on using the changeset viewer.