News: BeOS Bug Submitted:
 

home

welcome

about

the team

the project

join

news

files

contact

Wine

Here is the submitted bug:

Bug number: 19990825-13257
Bug title: CS5, CS6 and CS7 defined as 0x00 in termios.h
Full Description: CS5, CS6 and CS7 defined as 0x00 in termios.h. While this may be OK for some apps, porting s/w from unix causes problems. Example:

switch (size)
{
case CS5: ...
case CS6: ...
case CS7: ...
.
.
}

This will cause a compile error. For posix compatability these should be defined properly.

URL:
http://bebugs.be.com/devbugs/detail.php3?oid=1337824