Changeset 0580615 in buchla-68k for libcio/conwr.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/conwr.c

    r46d8069 r0580615  
    1919   ============================================================================
    2020*/
    21 int
    22 _conwr(kind, buff, len)
    23 int kind;
    24 register char *buff;
    25 int len;
     21int _conwr(int kind, char *buff, int len)
    2622{
    2723        register int count;
Note: See TracChangeset for help on using the changeset viewer.