X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltinfow;h=123ed9b82911f726f5711de14e962986230bee5d;hp=62e71fce94508252384acb49c3e856c0934ada0c;hb=5eb177874dea59107a1a2ea44f5d8f5bb99550b2;hpb=4060536b87c0e484b2c0633978766a109bc763f0 diff --git a/ncurses/llib-ltinfow b/ncurses/llib-ltinfow index 62e71fce..123ed9b8 100644 --- a/ncurses/llib-ltinfow +++ b/ncurses/llib-ltinfow @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2012-2013,2015 Free Software Foundation, Inc. * + * Copyright (c) 2012-2015,2016 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -34,6 +34,7 @@ /* ./tinfo/access.c */ #include + #undef _nc_rootname char *_nc_rootname( char *path) @@ -318,8 +319,8 @@ void _nc_init_acs(void) /* ./tinfo/lib_baudrate.c */ struct speed { - short s; - int sp; + int given_speed; + int actual_speed; }; #undef _nc_baudrate