X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltinfo;h=9b8949ac60d4c1cca957d90dc45408ec26a071f9;hp=44a086825434d6b996028b68f857407a2555d7ea;hb=3eda6f30a84d53844d2ebceadb457e2e7e9cfbf3;hpb=4060536b87c0e484b2c0633978766a109bc763f0;ds=sidebyside diff --git a/ncurses/llib-ltinfo b/ncurses/llib-ltinfo index 44a08682..9b8949ac 100644 --- a/ncurses/llib-ltinfo +++ b/ncurses/llib-ltinfo @@ -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