Date: Tue, 15 Apr 2003 01:13:07 -0400 From: Serge Gagnon <gagnon__s@videotron.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50967: [patch] ftp/ftptool patch the file lex.c Message-ID: <E195Ikl-000AGq-00@quenix.dyndns.org> Resent-Message-ID: <200304150500.h3F50RnG051370@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50967 >Category: ports >Synopsis: [patch] ftp/ftptool patch the file lex.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 14 22:00:26 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Serge Gagnon >Release: FreeBSD 4.8-STABLE i386 >Organization: me >Environment: System: FreeBSD quenix.dyndns.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Apr 5 09:39:35 EST 2003 serge@quenix.dyndns.org:/usr/obj/usr/src/sys/OCEAN2 i386 >Description: - patch lex.c >How-To-Repeat: >Fix: --- ftptool-lex.c.diff begins here --- --- lex.c.orig Tue Apr 15 01:01:01 2003 +++ lex.c Tue Apr 15 01:01:11 2003 @@ -1,4 +1,5 @@ -# include "stdio.h" +#include <stdio.h> +#include <unistd.h> # define U(x) x # define NLSTATE yyprevious=YYNEWLINE # define BEGIN yybgin = yysvec + 1 + @@ -17,7 +18,7 @@ int yymorfg; extern char *yysptr, yysbuf[]; int yytchar; -FILE *yyin = {stdin}, *yyout = {stdout}; +FILE *yyin = {STDIN_FILENO}, *yyout = {STDOUT_FILENO}; extern int yylineno; struct yysvf { struct yywork *yystoff; --- ftptool-lex.c.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E195Ikl-000AGq-00>