From: Stuart B. <zu...@us...> - 2008-02-18 00:14:33
|
Update of /cvsroot/hppaqemu/hppaqemu/linux-user/ppc In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv24609/linux-user/ppc Modified Files: termbits.h Log Message: Update to QEMU CVS from 2007-06-01. Index: termbits.h =================================================================== RCS file: /cvsroot/hppaqemu/hppaqemu/linux-user/ppc/termbits.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- termbits.h 23 Feb 2007 21:44:26 -0000 1.1.1.1 +++ termbits.h 18 Feb 2008 00:13:56 -0000 1.2 @@ -7,8 +7,8 @@ unsigned int c_oflag; /* output mode flags */ unsigned int c_cflag; /* control mode flags */ unsigned int c_lflag; /* local mode flags */ - unsigned char c_line; /* line discipline */ unsigned char c_cc[TARGET_NCCS]; /* control characters */ + unsigned char c_line; /* line discipline */ unsigned int c_ispeed; /* input speed */ unsigned int c_ospeed; /* output speed */ }; |