From owner-freebsd-bugs@FreeBSD.ORG Mon Dec 3 08:20:01 2012 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05CDB412 for ; Mon, 3 Dec 2012 08:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CD1CA8FC17 for ; Mon, 3 Dec 2012 08:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qB38K0iX019124 for ; Mon, 3 Dec 2012 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB38K0r7019120; Mon, 3 Dec 2012 08:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Dec 2012 08:20:00 GMT Resent-Message-Id: <201212030820.qB38K0r7019120@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D321F3E2 for ; Mon, 3 Dec 2012 08:15:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B96768FC17 for ; Mon, 3 Dec 2012 08:15:15 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qB38FFPr042853 for ; Mon, 3 Dec 2012 08:15:15 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qB38FF0w042852; Mon, 3 Dec 2012 08:15:15 GMT (envelope-from nobody) Message-Id: <201212030815.qB38FF0w042852@red.freebsd.org> Date: Mon, 3 Dec 2012 08:15:15 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: conf/174079: [patch] remove redundant yyparse declarations X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2012 08:20:01 -0000 >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: