diff options
Diffstat (limited to 'sys/i386/include/cronyx.h')
-rw-r--r-- | sys/i386/include/cronyx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/cronyx.h b/sys/i386/include/cronyx.h index db56cf9..9421cbc 100644 --- a/sys/i386/include/cronyx.h +++ b/sys/i386/include/cronyx.h @@ -82,7 +82,7 @@ typedef struct { /* async channel option register 6 */ unsigned icrnl : 1; /* translate CR to NL on input */ unsigned igncr : 1; /* discard CR on input */ } cx_cor6_async_t; - + typedef struct { /* async channel option register 7 */ unsigned ocrnl : 1; /* translate CR to NL on output */ unsigned onlcr : 1; /* translate NL to CR on output */ |