Commit 857113097fbc89b55e6302356d8ac758d43dd01b
1 parent
64a0a78c
Exists in
master
and in
5 other branches
Corrigindo compilacao em windows nativo
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/lib3270/mkfb.c
| @@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
| 18 | * programa; se não, escreva para a Free Software Foundation, Inc., 51 Franklin | 18 | * programa; se não, escreva para a Free Software Foundation, Inc., 51 Franklin |
| 19 | * St, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * St, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | * | 20 | * |
| 21 | - * Este programa está nomeado como mkfb.c e possui 577 linhas de código. | 21 | + * Este programa está nomeado como mkfb.c e possui - linhas de código. |
| 22 | * | 22 | * |
| 23 | * Contatos: | 23 | * Contatos: |
| 24 | * | 24 | * |
| @@ -26,7 +26,6 @@ | @@ -26,7 +26,6 @@ | ||
| 26 | * erico.mendonca@gmail.com (Erico Mascarenhas Mendonça) | 26 | * erico.mendonca@gmail.com (Erico Mascarenhas Mendonça) |
| 27 | * licinio@bb.com.br (Licínio Luis Branco) | 27 | * licinio@bb.com.br (Licínio Luis Branco) |
| 28 | * kraucer@bb.com.br (Kraucer Fernandes Mazuco) | 28 | * kraucer@bb.com.br (Kraucer Fernandes Mazuco) |
| 29 | - * macmiranda@bb.com.br (Marco Aurélio Caldas Miranda) | ||
| 30 | * | 29 | * |
| 31 | */ | 30 | */ |
| 32 | 31 | ||
| @@ -51,6 +50,7 @@ | @@ -51,6 +50,7 @@ | ||
| 51 | #include <string.h> | 50 | #include <string.h> |
| 52 | #include <ctype.h> | 51 | #include <ctype.h> |
| 53 | #include <stdlib.h> | 52 | #include <stdlib.h> |
| 53 | +#include <errno.h> | ||
| 54 | 54 | ||
| 55 | #define BUFSZ 1024 /* input line buffer size */ | 55 | #define BUFSZ 1024 /* input line buffer size */ |
| 56 | #define ARRSZ 8192 /* output array size */ | 56 | #define ARRSZ 8192 /* output array size */ |