>Number: 174079 >Category: conf >Synopsis: [patch] remove redundant yyparse declarations >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 03 08:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 10-CURRENT >Organization: EMC Isilon >Environment: n/a >Description: The attached patch removes redundant yyparse declarations, similar to r235789. >How-To-Repeat:
>Fix: Patch attached with submission follows: Index: sys/dev/aic7xxx/aicasm/aicasm_gram.y =================================================================== --- sys/dev/aic7xxx/aicasm/aicasm_gram.y (revision 243802) +++ sys/dev/aic7xxx/aicasm/aicasm_gram.y (working copy) @@ -103,7 +103,6 @@ static int is_download_const(expression_t *immed); extern int yylex (void); -extern int yyparse (void); #define SRAM_SYMNAME "SRAM_BASE" #define SCB_SYMNAME "SCB_BASE" Index: usr.sbin/ndiscvt/inf-parse.y =================================================================== --- usr.sbin/ndiscvt/inf-parse.y (revision 243802) +++ usr.sbin/ndiscvt/inf-parse.y (working copy) @@ -40,7 +40,6 @@ #include "inf.h" -extern int yyparse (void); extern int yylex (void); extern void yyerror(const char *); %} Index: lib/libipsec/policy_parse.y =================================================================== --- lib/libipsec/policy_parse.y (revision 243802) +++ lib/libipsec/policy_parse.y (working copy) @@ -88,7 +88,6 @@ extern void __policy__strbuffer__init__(char *msg); extern void __policy__strbuffer__free__(void); -extern int yyparse(void); extern int yylex(void); extern char *__libipsecyytext; /*XXX*/ >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
