diff options
author | David Schleef <ds@schleef.org> | 2001-05-25 23:25:56 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-05-25 23:25:56 +0000 |
commit | b9f38c7eadb4916d62bbdb688d0321bff3a37413 (patch) | |
tree | 649e75751a9dafe69effefe87ed0ba3a3ffe1113 /libc/sysdeps | |
parent | 00ef7ea7dcf941374543b052a0e1f2b955008aff (diff) |
Random change to get a log message: Previous change is to make this
header more compatible with the kernel and not with glibc.
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/powerpc/bits/termios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/termios.h b/libc/sysdeps/linux/powerpc/bits/termios.h index adaeb642d..923de7cde 100644 --- a/libc/sysdeps/linux/powerpc/bits/termios.h +++ b/libc/sysdeps/linux/powerpc/bits/termios.h @@ -34,7 +34,7 @@ struct termios tcflag_t c_cflag; /* control mode flags */ tcflag_t c_lflag; /* local mode flags */ cc_t c_cc[NCCS]; /* control characters */ - cc_t c_line; /* line discipline */ + cc_t c_line; /* line discipline */ speed_t c_ispeed; /* input speed */ speed_t c_ospeed; /* output speed */ }; |