X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltinfot;h=517161da17e6f222e967a84867947db568ad9429;hp=47aa6a2904e11dbae801356ec12e2d12f4b3c954;hb=c3b21f65a2687f3894a0d3217006c23f162c893a;hpb=7af63696972b12659832a1c3413d9ace9641c8f6;ds=sidebyside diff --git a/ncurses/llib-ltinfot b/ncurses/llib-ltinfot index 47aa6a29..517161da 100644 --- a/ncurses/llib-ltinfot +++ b/ncurses/llib-ltinfot @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2013,2015 Free Software Foundation, Inc. * + * Copyright (c) 2013-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) @@ -324,8 +325,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