Changeset fa38804 in buchla-68k for libcio/open.c


Ignore:
Timestamp:
07/14/2017 04:18:35 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ace9ee7
Parents:
1efe224
Message:

Removed form-feed comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/open.c

    r1efe224 rfa38804  
    2424        {      0, &filedev,      NULL }         /* this MUST be the last entry */
    2525};
    26 
    27 /*
    28 
    29 */
    3026
    3127/*
     
    5450        return(FAILURE);
    5551
    56 /*
    57 
    58 */
    59 
    6052fndchan:        /* found a channel to use */
    6153
     
    10193}
    10294
    103 /*
    104 
    105 */
    106 
    10795/*
    10896   =============================================================================
     
    132120        return(open(name, flag|O_RAW, mode));
    133121}
    134 
    135 /*
    136 
    137 */
    138122
    139123/*
     
    152136}
    153137
    154 /*
    155 
    156 */
    157 
    158138/*
    159139   =============================================================================
     
    186166}
    187167
    188 /*
    189 
    190 */
    191 
    192168/*
    193169   =============================================================================
Note: See TracChangeset for help on using the changeset viewer.