From b9f38c7eadb4916d62bbdb688d0321bff3a37413 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 25 May 2001 23:25:56 +0000 Subject: Random change to get a log message: Previous change is to make this header more compatible with the kernel and not with glibc. --- libc/sysdeps/linux/powerpc/bits/termios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps') 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 */ }; -- cgit v1.2.3