Changeset 3035 for trunk


Ignore:
Timestamp:
Apr 8, 2007, 10:42:02 AM (18 years ago)
Author:
bird
Message:

Ported FreeBSD /usr/bin/rev to OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bsdmisc/rev/rev.c

    r3034 r3035  
    6565        const char *filename;
    6666#ifdef __OS2__ /* Currently missing putwchar and fgetwln, too bad the the DBCS guys... */
    67         static char line[48*1024];
    68         char *p, *t;
     67        static char line[48*1024];
     68        char *p, *t;
    6969#else
    7070        wchar_t *p, *t;
Note: See TracChangeset for help on using the changeset viewer.